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.
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 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.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 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
-
Descriptionoptional - String -
RegistryNameoptional - String -
Tagsoptional - List of TagsEntry
Explanation in CloudFormation Registry
Use the
AWS::EventSchemas::Registryto specify a schema registry. Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.