Skip to main content

schema_mappings

Retrieves a list of schema_mappings in a region

Overview

Nameschema_mappings
TypeResource
Descriptionschema_mappings
Idawscc.entityresolution.schema_mappings

Fields

NameDatatypeDescription
schema_nameundefinedThe name of the SchemaMapping
regionstringAWS 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