AWS::EventSchemas::SchemaResource Type definition for AWS::EventSchemas::Schema
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Content | string | Required |
RegistryName | string | RequiredCreate-only |
Type | string | Required |
Description | string | |
SchemaName | string | Create-only |
Tags | Array<TagsEntry> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LastModified | string | The last modified time of the schema. |
SchemaArn | string | The ARN of the schema. |
SchemaVersion | string | The version number of the schema. |
VersionCreatedDate | string | The date the schema version was created. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EventSchemas::Schema
Resources:
MyResource:
Type: AWS::EventSchemas::Schema
Properties:
Type: "value"
Content: "value"
RegistryName: "my-registryname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
schemas:DescribeSchemaschemas:CreateSchemaschemas:TagResourceschemas:DescribeSchemaschemas:DescribeSchemaschemas:UpdateSchemaschemas:TagResourceschemas:UntagResourceschemas:ListTagsForResourceschemas:DescribeSchemaschemas:DeleteSchemaschemas:DeleteSchemaVersionschemas:ListSchemasschemas:ListSchemaVersionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSchemaArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SchemaNameRegistryName