schema
Gets an individual schema
resource
Overview
Name | schema |
Type | Resource |
Description | schema |
Id | awscc.personalize.schema |
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
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