AWS Fundamentals Logo
AWS Fundamentals
AWS::CleanRooms::ConfiguredTableAssociation

CleanRooms ConfiguredTableAssociation

Represents a table that can be queried within a collaboration

Properties

7 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConfiguredTableIdentifier
string
RequiredCreate-only
MembershipIdentifier
string
RequiredCreate-only
Name
string
RequiredCreate-only
RoleArn
string
Required
ConfiguredTableAssociationAnalysisRules
Array<ConfiguredTableAssociationAnalysisRule>
Description
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
ConfiguredTableAssociationIdentifierstring-

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::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"

Required IAM Permissions

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

create

cleanrooms:CreateConfiguredTableAssociationiam:PassRolecleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:GetConfiguredTableAssociationcleanrooms:ListConfiguredTableAssociationscleanrooms:DeleteConfiguredTableAssociationcleanrooms:DeleteConfiguredTableAssociationAnalysisRule

read

cleanrooms:GetConfiguredTableAssociationcleanrooms:ListTagsForResourcecleanrooms:GetConfiguredTableAssociationAnalysisRule

update

cleanrooms:UpdateConfiguredTableAssociationcleanrooms:GetConfiguredTableAssociationiam:PassRolecleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:UntagResourcecleanrooms:DeleteConfiguredTableAssociationAnalysisRulecleanrooms:CreateConfiguredTableAssociationAnalysisRule

delete

cleanrooms:DeleteConfiguredTableAssociationcleanrooms:GetConfiguredTableAssociationcleanrooms:ListConfiguredTableAssociationscleanrooms:ListTagsForResourcecleanrooms:UntagResourcecleanrooms:DeleteConfiguredTableAssociationAnalysisRulecleanrooms:GetConfiguredTableAssociationAnalysisRule

list

cleanrooms:ListConfiguredTableAssociations

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
Properties9
Required4
TaggingSupported
Primary IDConfiguredTableAssociationIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ConfiguredTableIdentifierNameMembershipIdentifier

External Links