schema_mapping_tags
Expands all tag keys and values for schema_mappings
in a region
Overview
Name | schema_mapping_tags |
Type | Resource |
Description | SchemaMapping defined in AWS Entity Resolution service |
Id | aws.entityresolution.schema_mapping_tags |
Fields
Name | Datatype | Description |
---|---|---|
schema_name | string | The name of the SchemaMapping |
description | string | The description of the SchemaMapping |
mapped_input_fields | array | The SchemaMapping attributes input |
schema_arn | string | The SchemaMapping arn associated with the Schema |
created_at | string | The time of this SchemaMapping got created |
updated_at | string | The time of this SchemaMapping got last updated at |
has_workflows | boolean | The boolean value that indicates whether or not a SchemaMapping has MatchingWorkflows that are associated with |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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