aws.clouddirectory.get_facet
Example SQL Queries
SELECT * FROMaws.clouddirectory.get_facetWHERE"schema_arn" = 'VALUE'AND "name" = 'VALUE';Description
Gets details of the Facet, such as facet name, attributes, Rules, or ObjectType. You can call this on all kinds of schema facets -- published, development, or applied.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the facet to retrieve. | VARCHAR |
| schema_arn Required Input Column The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns. | 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 |
| facet The Facet structure that is associated with the facet. | STRUCT( |
Show child fields
| |