interface IdMappingTableReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.IdMappingTableReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#IdMappingTableReference |
![]() | software.amazon.awscdk.services.cleanrooms.IdMappingTableReference |
![]() | aws_cdk.aws_cleanrooms.IdMappingTableReference |
![]() | aws-cdk-lib » aws_cleanrooms » IdMappingTableReference |
A reference to a IdMappingTable 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 idMappingTableReference: cleanrooms.IdMappingTableReference = {
idMappingTableArn: 'idMappingTableArn',
idMappingTableIdentifier: 'idMappingTableIdentifier',
membershipIdentifier: 'membershipIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
id | string | The ARN of the IdMappingTable resource. |
id | string | The IdMappingTableIdentifier of the IdMappingTable resource. |
membership | string | The MembershipIdentifier of the IdMappingTable resource. |
idMappingTableArn
Type:
string
The ARN of the IdMappingTable resource.
idMappingTableIdentifier
Type:
string
The IdMappingTableIdentifier of the IdMappingTable resource.
membershipIdentifier
Type:
string
The MembershipIdentifier of the IdMappingTable resource.