Skip to main content

schemata

Retrieves a list of schemata in a region

Overview

Nameschemata
TypeResource
Descriptionschemata
Idawscc.personalize.schemata

Fields

NameDatatypeDescription
schema_arnstringArn for the schema.
regionstringAWS 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