aws.personalize.describe_schema
Example SQL Queries
SELECT * FROMaws.personalize.describe_schemaWHERE"schema_arn" = 'VALUE';Description
Describes a schema. For more information on schemas, see CreateSchema.
Table Definition
| Column Name | Column Data Type |
|---|---|
| schema_arn Required Input Column The Amazon Resource Name (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 |
| schema The requested schema. | STRUCT( |
Show child fields
| |