AWS Fundamentals Logo
AWS Fundamentals
AWS::CleanRooms::IdMappingTable

CleanRooms IdMappingTable

Represents an association between an ID mapping workflow and a collaboration

Properties

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

Filter:
PropertyTypeFlags
InputReferenceConfig
IdMappingTableInputReferenceConfig
RequiredCreate-only
MembershipIdentifier
string
RequiredCreate-only
Name
string
RequiredCreate-only
Description
string
KmsKeyArn
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CollaborationArnstring-
CollaborationIdentifierstring-
IdMappingTableIdentifierstring-
InputReferencePropertiesIdMappingTableInputReferenceProperties-
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::IdMappingTable

Resources:
  MyResource:
    Type: AWS::CleanRooms::IdMappingTable
    Properties:
      MembershipIdentifier: "my-membershipidentifier"
      Name: "my-name"
      InputReferenceConfig: "value"
      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:CreateIdMappingTablecleanrooms:GetIdMappingTablecleanrooms:ListIdMappingTablescleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:GetMembershipcleanrooms:GetCollaborationentityresolution:GetIdMappingWorkflow

read

cleanrooms:GetIdMappingTablecleanrooms:ListTagsForResourcecleanrooms:GetMembershipcleanrooms:GetCollaboration

update

cleanrooms:UpdateIdMappingTablecleanrooms:GetIdMappingTablecleanrooms:GetMembershipcleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:UntagResourceentityresolution:GetIdMappingWorkflowentityresolution:AddPolicyStatement

delete

cleanrooms:DeleteIdMappingTablecleanrooms:GetIdMappingTablecleanrooms:ListIdMappingTablescleanrooms:GetMembershipcleanrooms:ListTagsForResourcecleanrooms:UntagResourceentityresolution:GetIdMappingWorkflowentityresolution:AddPolicyStatement

list

cleanrooms:ListIdMappingTablescleanrooms: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 IDIdMappingTableIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

MembershipIdentifierNameInputReferenceConfig

External Links