Skip to main content

id_namespace_tags

Expands all tag keys and values for id_namespaces in a region

Overview

Nameid_namespace_tags
TypeResource
DescriptionIdNamespace defined in AWS Entity Resolution service
Idaws.entityresolution.id_namespace_tags

Fields

NameDatatypeDescription
id_namespace_namestring
descriptionstring
input_source_configarray
id_mapping_workflow_propertiesarray
typestring
role_arnstring
id_namespace_arnstringThe arn associated with the IdNamespace
created_atstringThe date and time when the IdNamespace was created
updated_atstringThe date and time when the IdNamespace was updated
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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