interface ConfiguredTableReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.ConfiguredTableReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#ConfiguredTableReference |
![]() | software.amazon.awscdk.services.cleanrooms.ConfiguredTableReference |
![]() | aws_cdk.aws_cleanrooms.ConfiguredTableReference |
![]() | aws-cdk-lib » aws_cleanrooms » ConfiguredTableReference |
A reference to a ConfiguredTable 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 configuredTableReference: cleanrooms.ConfiguredTableReference = {
configuredTableArn: 'configuredTableArn',
configuredTableIdentifier: 'configuredTableIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
configured | string | The ARN of the ConfiguredTable resource. |
configured | string | The ConfiguredTableIdentifier of the ConfiguredTable resource. |
configuredTableArn
Type:
string
The ARN of the ConfiguredTable resource.
configuredTableIdentifier
Type:
string
The ConfiguredTableIdentifier of the ConfiguredTable resource.