AWS::CleanRooms::ConfiguredTableAssociationRepresents a table that can be queried within a collaboration
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConfiguredTableIdentifier | string | RequiredCreate-only |
MembershipIdentifier | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
RoleArn | string | Required |
ConfiguredTableAssociationAnalysisRules | Array<ConfiguredTableAssociationAnalysisRule> | |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
ConfiguredTableAssociationIdentifier | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CleanRooms::ConfiguredTableAssociation
Resources:
MyResource:
Type: AWS::CleanRooms::ConfiguredTableAssociation
Properties:
ConfiguredTableIdentifier: "my-configuredtableidentifier"
Name: "my-name"
RoleArn: "arn:aws:service:region:account:resource"
MembershipIdentifier: "my-membershipidentifier"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cleanrooms:CreateConfiguredTableAssociationiam:PassRolecleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:GetConfiguredTableAssociationcleanrooms:ListConfiguredTableAssociationscleanrooms:DeleteConfiguredTableAssociationcleanrooms:DeleteConfiguredTableAssociationAnalysisRulecleanrooms:GetConfiguredTableAssociationcleanrooms:ListTagsForResourcecleanrooms:GetConfiguredTableAssociationAnalysisRulecleanrooms:UpdateConfiguredTableAssociationcleanrooms:GetConfiguredTableAssociationiam:PassRolecleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:UntagResourcecleanrooms:DeleteConfiguredTableAssociationAnalysisRulecleanrooms:CreateConfiguredTableAssociationAnalysisRulecleanrooms:DeleteConfiguredTableAssociationcleanrooms:GetConfiguredTableAssociationcleanrooms:ListConfiguredTableAssociationscleanrooms:ListTagsForResourcecleanrooms:UntagResourcecleanrooms:DeleteConfiguredTableAssociationAnalysisRulecleanrooms:GetConfiguredTableAssociationAnalysisRulecleanrooms:ListConfiguredTableAssociationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConfiguredTableAssociationIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConfiguredTableIdentifierNameMembershipIdentifier