schema_mappings_list_only
Lists schema_mappings
in a region or regions, for all properties use schema_mappings
Overview
Name | schema_mappings_list_only |
Type | Resource |
Description | SchemaMapping defined in AWS Entity Resolution service |
Id | aws.entityresolution.schema_mappings_list_only |
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 |
tags | array | |
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 |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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