AWS Fundamentals Logo
AWS Fundamentals
AWS::EventSchemas::Discoverer

EventSchemas Discoverer

Resource Type definition for AWS::EventSchemas::Discoverer

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
SourceArn
string
RequiredCreate-only
CrossAccount
boolean
Description
string
Tags
Array<TagsEntry>

Return Values

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

AttributeTypeDescription
DiscovererArnstringThe ARN of the discoverer.
DiscovererIdstringThe Id of the discoverer.
StatestringDefines the current state of the discoverer.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

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

create

schemas:CreateDiscovererschemas:DescribeDiscovererschemas:TagResourceevents:PutRuleevents:PutTargetsevents:EnableRuleevents:ListTargetsByRuleiam:CreateServiceLinkedRole

read

schemas:DescribeDiscoverer

update

schemas:DescribeDiscovererschemas:UpdateDiscovererschemas:TagResourceschemas:UntagResourceschemas:ListTagsForResourceevents:PutTargetsevents:PutRule

delete

schemas:DescribeDiscovererschemas:DeleteDiscovererevents:DeleteRuleevents:DisableRuleevents:RemoveTargets

list

schemas:ListDiscoverers

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

ServiceEventSchemas
Properties7
Required1
TaggingSupported
Primary IDDiscovererArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SourceArn

External Links