Skip to main content

applied_schema_arns

Creates, updates, deletes, gets or lists an applied_schema_arns resource.

Overview

Nameapplied_schema_arns
TypeResource
Idaws.clouddirectory.applied_schema_arns

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
schema_arnstringThe ARNs of schemas that are applied to the directory.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_applied_schema_arnsselectregionLists schema major versions applied to a directory. If SchemaArn is provided, lists the minor version.

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 schema major versions applied to a directory. If SchemaArn is provided, lists the minor version.

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