id_namespace_tags
Expands all tag keys and values for id_namespaces
in a region
Overview
Name | id_namespace_tags |
Type | Resource |
Description | IdNamespace defined in AWS Entity Resolution service |
Id | aws.entityresolution.id_namespace_tags |
Fields
Name | Datatype | Description |
---|---|---|
id_namespace_name | string | |
description | string | |
input_source_config | array | |
id_mapping_workflow_properties | array | |
type | string | |
role_arn | string | |
id_namespace_arn | string | The arn associated with the IdNamespace |
created_at | string | The date and time when the IdNamespace was created |
updated_at | string | The date and time when the IdNamespace was updated |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all id_namespaces
in a region.
SELECT
region,
id_namespace_name,
description,
input_source_config,
id_mapping_workflow_properties,
type,
role_arn,
id_namespace_arn,
created_at,
updated_at,
tag_key,
tag_value
FROM aws.entityresolution.id_namespace_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the id_namespace_tags
resource, see id_namespaces