schemata
Retrieves a list of schemata
in a region
Overview
Name | schemata |
Type | Resource |
Description | schemata |
Id | awscc.personalize.schemata |
Fields
Name | Datatype | Description |
---|---|---|
schema_arn | string | Arn for the schema. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
schema_arn
FROM awscc.personalize.schemata
WHERE region = 'us-east-1'
Permissions
To operate on the schemata
resource, the following permissions are required:
Create
personalize:CreateSchema,
personalize:DescribeSchema
List
personalize:ListSchemas