aws.entityresolution.list_schema_mappings
Example SQL Queries
SELECT * FROMaws.entityresolution.list_schema_mappings;Description
Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_at The timestamp of when the SchemaMapping was created. | TIMESTAMP_S |
| has_workflows Specifies whether the schema mapping has been applied to a workflow. | BOOLEAN |
| schema_arn The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping. | VARCHAR |
| schema_name The name of the schema. | VARCHAR |
| updated_at The timestamp of when the SchemaMapping was last updated. | TIMESTAMP_S |