aws.personalize.list_schemas
Example SQL Queries
SELECT * FROMaws.personalize.list_schemas;Description
Returns the list of schemas associated with the account. The response provides the properties for each schema, including the Amazon Resource Name (ARN). For more information on schemas, see CreateSchema.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| creation_date_time The date and time (in Unix time) that the schema was created. | TIMESTAMP_S |
| domain The domain of a schema that you created for a dataset in a Domain dataset group. | VARCHAR |
| last_updated_date_time The date and time (in Unix time) that the schema was last updated. | TIMESTAMP_S |
| name The name of the schema. | VARCHAR |
| schema_arn The Amazon Resource Name (ARN) of the schema. | VARCHAR |