AWS::EventSchemas::DiscovererResource Type definition for AWS::EventSchemas::Discoverer
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SourceArn | string | RequiredCreate-only |
CrossAccount | boolean | |
Description | string | |
Tags | Array<TagsEntry> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DiscovererArn | string | The ARN of the discoverer. |
DiscovererId | string | The Id of the discoverer. |
State | string | Defines the current state of the discoverer. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EventSchemas::Discoverer
Resources:
MyResource:
Type: AWS::EventSchemas::Discoverer
Properties:
SourceArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
schemas:CreateDiscovererschemas:DescribeDiscovererschemas:TagResourceevents:PutRuleevents:PutTargetsevents:EnableRuleevents:ListTargetsByRuleiam:CreateServiceLinkedRoleschemas:DescribeDiscovererschemas:DescribeDiscovererschemas:UpdateDiscovererschemas:TagResourceschemas:UntagResourceschemas:ListTagsForResourceevents:PutTargetsevents:PutRuleschemas:DescribeDiscovererschemas:DeleteDiscovererevents:DeleteRuleevents:DisableRuleevents:RemoveTargetsschemas:ListDiscoverersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDiscovererArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SourceArn