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 |
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