Skip to main content

id_namespace_association_tags

Expands all tag keys and values for id_namespace_associations in a region

Overview

Nameid_namespace_association_tags
TypeResource
DescriptionRepresents an association between an ID namespace and a collaboration
Idaws.cleanrooms.id_namespace_association_tags

Fields

NameDatatypeDescription
id_namespace_association_identifierstring
arnstring
membership_identifierstring
membership_arnstring
collaboration_identifierstring
collaboration_arnstring
input_reference_configobject
namestring
descriptionstring
id_mapping_configobject
input_reference_propertiesobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all id_namespace_associations in a region.

SELECT
region,
id_namespace_association_identifier,
arn,
membership_identifier,
membership_arn,
collaboration_identifier,
collaboration_arn,
input_reference_config,
name,
description,
id_mapping_config,
input_reference_properties,
tag_key,
tag_value
FROM aws.cleanrooms.id_namespace_association_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the id_namespace_association_tags resource, see id_namespace_associations