aws.clouddirectory.get_applied_schema_version
Example SQL Queries
SELECT * FROMaws.clouddirectory.get_applied_schema_versionWHERE"schema_arn" = 'VALUE';Description
Returns current applied schema version ARN, including the minor version in use.
Table Definition
| Column Name | Column Data Type |
|---|---|
| schema_arn Required Input Column The ARN of the applied schema. | 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 |
| applied_schema_arn Current applied schema ARN, including the minor version in use if one was provided. | VARCHAR |