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
descriptionstringThe description of the SchemaMapping
mapped_input_fieldsarrayThe SchemaMapping attributes input
tagsarray
schema_arnstringThe SchemaMapping arn associated with the Schema
created_atstringThe time of this SchemaMapping got created
updated_atstringThe time of this SchemaMapping got last updated at
has_workflowsbooleanThe boolean value that indicates whether or not a SchemaMapping has MatchingWorkflows that are associated with
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