AWS Amazon EventBridge Schemas Discoverer
This page shows how to write Terraform and CloudFormation for Amazon EventBridge Schemas Discoverer and write them securely.
aws_schemas_discoverer (Terraform)
The Discoverer in Amazon EventBridge Schemas can be configured in Terraform with the resource name aws_schemas_discoverer. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
The following arguments are supported:
source_arn- (Required) The ARN of the event bus to discover event schemas on.description- (Optional) The description of the discoverer. Maximum of 256 characters.tags- (Optional) A map of tags to assign to the resource. If configured with a providerdefault_tagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.
In addition to all arguments above, the following attributes are exported:
arn- The Amazon Resource Name (ARN) of the discoverer.id- The ID of the discoverer.tags_all- A map of tags assigned to the resource, including those inherited from the providerdefault_tagsconfiguration block.
Explanation in Terraform Registry
Provides an EventBridge Schema Discoverer resource.
Note: EventBridge was formerly known as CloudWatch Events. The functionality is identical.
AWS::EventSchemas::Discoverer (CloudFormation)
The Discoverer in EventSchemas can be configured in CloudFormation with the resource name AWS::EventSchemas::Discoverer. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
CrossAccountoptional - Boolean -
Descriptionoptional - String -
SourceArnrequired - String -
Tagsoptional - List of TagsEntry
Explanation in CloudFormation Registry
Use the
AWS::EventSchemas::Discovererresource to specify a discoverer that is associated with an event bus. A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.