AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CleanRooms::ConfiguredTableAssociation

CfnConfiguredTableAssociation

Creates a configured table association. A configured table association links a configured table with a collaboration.

Import

import { CfnConfiguredTableAssociation } from 'aws-cdk-lib/aws-cleanrooms';

Or use the module namespace:

import * as cleanrooms from 'aws-cdk-lib/aws-cleanrooms';
// cleanrooms.CfnConfiguredTableAssociation

Properties

Configuration passed to the constructor as CfnConfiguredTableAssociationProps.

configuredTableIdentifierRequired
string

A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.

membershipIdentifierRequired
string

The unique ID for the membership this configured table association belongs to.

nameRequired
string

The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.

roleArnRequired
string

The service will assume this role to access catalog metadata and query the table.

configuredTableAssociationAnalysisRulesOptional
IResolvable | IResolvable | ConfiguredTableAssociationAnalysisRuleProperty[]

An analysis rule for a configured table association. This analysis rule specifies how data from the table can be used within its associated collaboration. In the console, the `ConfiguredTableAssociationAnalysisRule` is referred to as the *collaboration analysis rule* .

descriptionOptional
string

A description of the configured table association.

tagsOptional
CfnTag[]

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-cleanrooms
CFN TypeAWS::CleanRooms::ConfiguredTableAssociation
Properties7

External Links