Skip to main content

schema_mapping

Gets an individual schema_mapping resource

Overview

Nameschema_mapping
TypeResource
Descriptionschema_mapping
Idawscc.entityresolution.schema_mapping

Fields

NameDatatypeDescription
schema_namestringThe name of the SchemaMapping
descriptionstringThe description of the SchemaMapping
mapped_input_fieldsarrayThe SchemaMapping attributes input
tagsarray
schema_arnstring
created_atstring
updated_atstring
has_workflowsboolean
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
schema_name,
description,
mapped_input_fields,
tags,
schema_arn,
created_at,
updated_at,
has_workflows
FROM awscc.entityresolution.schema_mapping
WHERE data__Identifier = '<SchemaName>';

Permissions

To operate on the schema_mapping resource, the following permissions are required:

Read

entityresolution:GetSchemaMapping,
entityresolution:ListTagsForResource

Delete

entityresolution:DeleteSchemaMapping,
entityresolution:GetSchemaMapping

Update

entityresolution:GetSchemaMapping,
entityresolution:UpdateSchemaMapping,
entityresolution:ListTagsForResource,
entityresolution:TagResource,
entityresolution:UntagResource