Skip to main content

published_schema_arns

Creates, updates, deletes, gets or lists a published_schema_arns resource.

Overview

Namepublished_schema_arns
TypeResource
Idaws.clouddirectory.published_schema_arns

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
schema_arnstringThe ARNs of published schemas.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_published_schema_arnsselectregionLists the major version families of each published schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Lists the major version families of each published schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead.

SELECT
schema_arn
FROM aws.clouddirectory.published_schema_arns
WHERE region = '{{ region }}' -- required
;