AWS Fundamentals Logo
AWS Fundamentals
AWS::CleanRooms::IdNamespaceAssociation

CleanRooms IdNamespaceAssociation

Represents an association between an ID namespace and a collaboration

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
InputReferenceConfig
IdNamespaceAssociationInputReferenceConfig
RequiredCreate-only
MembershipIdentifier
string
RequiredCreate-only
Name
string
Required
Description
string
IdMappingConfig
IdMappingConfig
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CollaborationArnstring-
CollaborationIdentifierstring-
IdNamespaceAssociationIdentifierstring-
InputReferencePropertiesIdNamespaceAssociationInputReferenceProperties-
MembershipArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CleanRooms::IdNamespaceAssociation

Resources:
  MyResource:
    Type: AWS::CleanRooms::IdNamespaceAssociation
    Properties:
      MembershipIdentifier: "my-membershipidentifier"
      InputReferenceConfig: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cleanrooms:CreateIdNamespaceAssociationcleanrooms:GetIdNamespaceAssociationcleanrooms:ListIdNamespaceAssociationscleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:GetMembershipcleanrooms:GetCollaborationentityresolution:GetIdNamespace

read

cleanrooms:GetIdNamespaceAssociationcleanrooms:ListTagsForResourcecleanrooms:GetMembershipcleanrooms:GetCollaborationentityresolution:GetIdNamespace

update

cleanrooms:UpdateIdNamespaceAssociationcleanrooms:GetIdNamespaceAssociationcleanrooms:GetMembershipcleanrooms:GetCollaborationcleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:UntagResourceentityresolution:GetIdNamespace

delete

cleanrooms:DeleteIdNamespaceAssociationcleanrooms:GetIdNamespaceAssociationcleanrooms:ListIdNamespaceAssociationscleanrooms:GetMembershipcleanrooms:GetCollaborationcleanrooms:ListTagsForResourcecleanrooms:UntagResourceentityresolution:GetIdNamespace

list

cleanrooms:ListIdNamespaceAssociationscleanrooms:GetMembershipcleanrooms:GetCollaboration

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceCleanRooms
Properties12
Required3
TaggingSupported
Primary IDIdNamespaceAssociationIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

MembershipIdentifierInputReferenceConfig

External Links