Skip to main content

schema_mappings_list_only

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

Overview

Nameschema_mappings_list_only
TypeResource
DescriptionSchemaMapping defined in AWS Entity Resolution service
Idaws.entityresolution.schema_mappings_list_only

Fields

NameDatatypeDescription
schema_namestringThe name of the SchemaMapping
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all schema_mappings in a region.

SELECT
region,
schema_name
FROM aws.entityresolution.schema_mappings_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the schema_mappings_list_only resource, see schema_mappings