aws.entityresolution.list_id_namespaces
Example SQL Queries
SELECT * FROMaws.entityresolution.list_id_namespaces;Description
Returns a list of all ID namespaces.
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 ID namespace was created. | TIMESTAMP_S |
| description The description of the ID namespace. | VARCHAR |
| id_mapping_workflow_properties An object which defines any additional configurations required by the ID mapping workflow. | STRUCT( |
Show child fields
| |
| id_namespace_arn The Amazon Resource Name (ARN) of the ID namespace. | VARCHAR |
| id_namespace_name The name of the ID namespace. | VARCHAR |
| type The type of ID namespace. There are two types: SOURCE and TARGET. The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow. The TARGET contains a configuration of targetId which all sourceIds will resolve to. | VARCHAR |
| updated_at The timestamp of when the ID namespace was last updated. | TIMESTAMP_S |