AWS::CleanRooms::IdMappingTableRepresents an association between an ID mapping workflow and a collaboration
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InputReferenceConfig | IdMappingTableInputReferenceConfig | RequiredCreate-only |
MembershipIdentifier | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
Description | string | |
KmsKeyArn | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CollaborationArn | string | - |
CollaborationIdentifier | string | - |
IdMappingTableIdentifier | string | - |
InputReferenceProperties | IdMappingTableInputReferenceProperties | - |
MembershipArn | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
cleanrooms:CreateIdMappingTablecleanrooms:GetIdMappingTablecleanrooms:ListIdMappingTablescleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:GetMembershipcleanrooms:GetCollaborationentityresolution:GetIdMappingWorkflowcleanrooms:GetIdMappingTablecleanrooms:ListTagsForResourcecleanrooms:GetMembershipcleanrooms:GetCollaborationcleanrooms:UpdateIdMappingTablecleanrooms:GetIdMappingTablecleanrooms:GetMembershipcleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:UntagResourceentityresolution:GetIdMappingWorkflowentityresolution:AddPolicyStatementcleanrooms:DeleteIdMappingTablecleanrooms:GetIdMappingTablecleanrooms:ListIdMappingTablescleanrooms:GetMembershipcleanrooms:ListTagsForResourcecleanrooms:UntagResourceentityresolution:GetIdMappingWorkflowentityresolution:AddPolicyStatementcleanrooms:ListIdMappingTablescleanrooms:GetMembershipcleanrooms:GetCollaborationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdMappingTableIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
MembershipIdentifierNameInputReferenceConfig