Skip to main content

schema_mapping_tags

Expands all tag keys and values for schema_mappings in a region

Overview

Nameschema_mapping_tags
TypeResource
DescriptionSchemaMapping defined in AWS Entity Resolution service
Idaws.entityresolution.schema_mapping_tags

Fields

NameDatatypeDescription
schema_namestringThe name of the SchemaMapping
descriptionstringThe description of the SchemaMapping
mapped_input_fieldsarrayThe SchemaMapping attributes input
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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all schema_mappings in a region.

SELECT
region,
schema_name,
description,
mapped_input_fields,
schema_arn,
created_at,
updated_at,
has_workflows,
tag_key,
tag_value
FROM aws.entityresolution.schema_mapping_tags
WHERE region = 'us-east-1';

Permissions

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