interface IdMappingTableInputReferencePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CleanRooms.CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnIdMappingTable_IdMappingTableInputReferencePropertiesProperty |
Java | software.amazon.awscdk.services.cleanrooms.CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty |
Python | aws_cdk.aws_cleanrooms.CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty |
TypeScript | aws-cdk-lib » aws_cleanrooms » CfnIdMappingTable » IdMappingTableInputReferencePropertiesProperty |
The input reference properties for the ID mapping table.
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 idMappingTableInputReferencePropertiesProperty: cleanrooms.CfnIdMappingTable.IdMappingTableInputReferencePropertiesProperty = {
idMappingTableInputSource: [{
idNamespaceAssociationId: 'idNamespaceAssociationId',
type: 'type',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| id | IResolvable | (IResolvable | Id)[] | The input source of the ID mapping table. |
idMappingTableInputSource
Type:
IResolvable | (IResolvable | Id)[]
The input source of the ID mapping table.

.NET
Go
Java
Python
TypeScript