schema_mapping
Gets an individual schema_mapping
resource
Overview
Name | schema_mapping |
Type | Resource |
Description | schema_mapping |
Id | awscc.entityresolution.schema_mapping |
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 | |
created_at | string | |
updated_at | string | |
has_workflows | boolean | |
region | string | AWS 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