AWS Fundamentals Logo
AWS Fundamentals
AWS::ApplicationSignals::Discovery

ApplicationSignals Discovery

Resource Type definition for AWS::ApplicationSignals::Discovery

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AccountIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ApplicationSignals::Discovery

Resources:
  MyResource:
    Type: AWS::ApplicationSignals::Discovery
    Properties:

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

application-signals:StartDiscoveryapplication-signals:ListServicesiam:CreateServiceLinkedRolecloudtrail:CreateServiceLinkedChannel

read

application-signals:ListServices

update

application-signals:ListServices

delete

application-signals:ListServices

list

application-signals:ListServices

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceApplicationSignals
Properties1
Required0
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadUpdateDeleteList

External Links