schema_mappings
Retrieves a list of schema_mappings
in a region
Overview
Name | schema_mappings |
Type | Resource |
Description | schema_mappings |
Id | awscc.entityresolution.schema_mappings |
Fields
Name | Datatype | Description |
---|---|---|
schema_name | undefined | The name of the SchemaMapping |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
schema_name
FROM awscc.entityresolution.schema_mappings
WHERE region = 'us-east-1'
Permissions
To operate on the schema_mappings
resource, the following permissions are required:
Create
entityresolution:CreateSchemaMapping,
entityresolution:GetSchemaMapping,
entityresolution:TagResource
List
entityresolution:ListSchemaMappings