AWS Amazon EventBridge Schemas Registry

This page shows how to write Terraform and CloudFormation for Amazon EventBridge Schemas Registry and write them securely.

aws_schemas_registry (Terraform)

The Registry in Amazon EventBridge Schemas can be configured in Terraform with the resource name aws_schemas_registry. 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:

  • name - (Required) The name of the custom event schema registry. Maximum of 64 characters consisting of lower case letters, upper case letters, 0-9, ., -, _.
  • 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.
  • 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 Custom Schema Registry resource.

Note: EventBridge was formerly known as CloudWatch Events. The functionality is identical.

AWS::EventSchemas::Registry (CloudFormation)

The Registry in EventSchemas can be configured in CloudFormation with the resource name AWS::EventSchemas::Registry. 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::Registry to specify a schema registry. Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.

Frequently asked questions

What is AWS Amazon EventBridge Schemas Registry?

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