id_namespace_association_tags
Expands all tag keys and values for id_namespace_associations
in a region
Overview
Name | id_namespace_association_tags |
Type | Resource |
Description | Represents an association between an ID namespace and a collaboration |
Id | aws.cleanrooms.id_namespace_association_tags |
Fields
Name | Datatype | Description |
---|---|---|
id_namespace_association_identifier | string | |
arn | string | |
membership_identifier | string | |
membership_arn | string | |
collaboration_identifier | string | |
collaboration_arn | string | |
input_reference_config | object | |
name | string | |
description | string | |
id_mapping_config | object | |
input_reference_properties | object | |
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_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