interface ConfiguredTableAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.ConfiguredTableAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#ConfiguredTableAssociationReference |
![]() | software.amazon.awscdk.services.cleanrooms.ConfiguredTableAssociationReference |
![]() | aws_cdk.aws_cleanrooms.ConfiguredTableAssociationReference |
![]() | aws-cdk-lib » aws_cleanrooms » ConfiguredTableAssociationReference |
A reference to a ConfiguredTableAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from 'aws-cdk-lib';
const configuredTableAssociationReference: cleanrooms.ConfiguredTableAssociationReference = {
configuredTableAssociationArn: 'configuredTableAssociationArn',
configuredTableAssociationIdentifier: 'configuredTableAssociationIdentifier',
membershipIdentifier: 'membershipIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
configured | string | The ARN of the ConfiguredTableAssociation resource. |
configured | string | The ConfiguredTableAssociationIdentifier of the ConfiguredTableAssociation resource. |
membership | string | The MembershipIdentifier of the ConfiguredTableAssociation resource. |
configuredTableAssociationArn
Type:
string
The ARN of the ConfiguredTableAssociation resource.
configuredTableAssociationIdentifier
Type:
string
The ConfiguredTableAssociationIdentifier of the ConfiguredTableAssociation resource.
membershipIdentifier
Type:
string
The MembershipIdentifier of the ConfiguredTableAssociation resource.