Schema in AWS refers to the structure definition used within AWS EventBridge Schemas. It describes the format, properties, and data types of events, enabling applications to understand and validate event data. The DescribeSchemaResponse provides details about a specific schema, such as its name, version, and content. This helps developers integrate and process events consistently across services.

aws.schemas_aws_schema

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
contentcorestringThe source of the schema definition.
descriptioncorestringThe description of the schema.
last_modifiedcoretimestampThe date and time that schema was modified.
schema_arncorestringThe ARN of the schema.
schema_namecorestringThe name of the schema.
schema_versioncorestringThe version number of the schema
tagscorehstore
typecorestringThe type of the schema.
version_created_datecoretimestampThe date the schema version was created.