id_namespace_associations_list_only
Lists id_namespace_associations in a region or regions, for all properties use id_namespace_associations
Overview
| Name | id_namespace_associations_list_only |
| Type | Resource |
| Description | Represents an association between an ID namespace and a collaboration |
| Id | aws.cleanrooms.id_namespace_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id_namespace_association_identifier | string | |
membership_identifier | string | |
name | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all id_namespace_associations in a region.
SELECT
region,
id_namespace_association_identifier,
membership_identifier
FROM aws.cleanrooms.id_namespace_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the id_namespace_associations_list_only resource, see id_namespace_associations