Skip to main content

schemata_list_only

Lists schemata in a region or regions, for all properties use schemata

Overview

Nameschemata_list_only
TypeResource
DescriptionResource schema for AWS::Personalize::Schema.
Idaws.personalize.schemata_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

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