schemata_list_only
Lists schemata
in a region or regions, for all properties use schemata
Overview
Name | schemata_list_only |
Type | Resource |
Description | Resource schema for AWS::Personalize::Schema. |
Id | aws.personalize.schemata_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name for the schema. |
schema_arn | string | Arn for the schema. |
schema | string | A schema in Avro JSON format. |
domain | string | The domain of a Domain dataset group. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all schemata
in a region.
SELECT
region,
schema_arn
FROM aws.personalize.schemata_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the schemata_list_only
resource, see schemata