Skip to main content

schema

Gets an individual schema resource

Overview

Nameschema
TypeResource
Descriptionschema
Idawscc.personalize.schema

Fields

NameDatatypeDescription
namestringName for the schema.
schema_arnstringArn for the schema.
schemastringA schema in Avro JSON format.
domainstringThe domain of a Domain dataset group.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
schema_arn,
schema,
domain
FROM awscc.personalize.schema
WHERE data__Identifier = '<SchemaArn>';

Permissions

To operate on the schema resource, the following permissions are required:

Read

personalize:DescribeSchema

Delete

personalize:DeleteSchema,
personalize:DescribeSchema