aws.clouddirectory.get_schema_as_json
Example SQL Queries
SELECT * FROMaws.clouddirectory.get_schema_as_jsonWHERE"schema_arn" = 'VALUE';Description
Retrieves a JSON representation of the schema. See JSON Schema Format for more information.
Table Definition
| Column Name | Column Data Type |
|---|---|
| schema_arn Required Input Column The ARN of the schema to retrieve. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| document The JSON representation of the schema document. | VARCHAR |
| name The name of the retrieved schema. | VARCHAR |