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.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

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 provider default_tags configuration 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 provider default_tags configuration 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

Explanation in CloudFormation Registry

Use the AWS::EventSchemas::Discoverer resource 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.

Frequently asked questions

What is AWS Amazon EventBridge Schemas Discoverer?

AWS Amazon EventBridge Schemas Discoverer is a resource for Amazon EventBridge Schemas of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.