ConfiguredTableAssociationReference
- class aws_cdk.aws_cleanrooms.ConfiguredTableAssociationReference(*, configured_table_association_arn, configured_table_association_identifier, membership_identifier)
Bases:
object
A reference to a ConfiguredTableAssociation resource.
- Parameters:
configured_table_association_arn (
str
) – The ARN of the ConfiguredTableAssociation resource.configured_table_association_identifier (
str
) – The ConfiguredTableAssociationIdentifier of the ConfiguredTableAssociation resource.membership_identifier (
str
) – The MembershipIdentifier of the ConfiguredTableAssociation resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_cleanrooms as cleanrooms configured_table_association_reference = cleanrooms.ConfiguredTableAssociationReference( configured_table_association_arn="configuredTableAssociationArn", configured_table_association_identifier="configuredTableAssociationIdentifier", membership_identifier="membershipIdentifier" )
Attributes
- configured_table_association_arn
The ARN of the ConfiguredTableAssociation resource.
- configured_table_association_identifier
The ConfiguredTableAssociationIdentifier of the ConfiguredTableAssociation resource.
- membership_identifier
The MembershipIdentifier of the ConfiguredTableAssociation resource.