Pubsub Schema

This table represents the pubsub_schema resource from Google Cloud Platform.

gcp.pubsub_schema

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
datadog_display_namecorestring
definitioncorestringThe definition of the schema. This should contain a string representing the full definition of the schema that is a valid schema definition of the type specified in `type`.
labelscorearray<string>
namecorestringRequired. Name of the schema. Format is `projects/{project}/schemas/{schema}`.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
resource_namecorestring
revision_create_timecoretimestampOutput only. The timestamp that the revision was created.
revision_idcorestringOutput only. Immutable. The revision ID of the schema.
tagscorehstore
typecorestringThe type of the schema definition. Possible values: ['TYPE_UNSPECIFIED', 'PROTOCOL_BUFFER', 'AVRO']. Values descriptions: ['Default value. This value is unused.', 'A Protocol Buffer schema definition.', 'An Avro schema definition.']