Skip to main content

development_schema_arns

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

Overview

Namedevelopment_schema_arns
TypeResource
Idaws.clouddirectory.development_schema_arns

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
schema_arnstringThe ARNs of retrieved development schemas.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_development_schema_arnsselectregionRetrieves each Amazon Resource Name (ARN) of schemas in the development state.

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

Retrieves each Amazon Resource Name (ARN) of schemas in the development state.

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