interface IdMappingTableInputSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CleanRooms.CfnIdMappingTable.IdMappingTableInputSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnIdMappingTable_IdMappingTableInputSourceProperty |
Java | software.amazon.awscdk.services.cleanrooms.CfnIdMappingTable.IdMappingTableInputSourceProperty |
Python | aws_cdk.aws_cleanrooms.CfnIdMappingTable.IdMappingTableInputSourceProperty |
TypeScript | aws-cdk-lib » aws_cleanrooms » CfnIdMappingTable » IdMappingTableInputSourceProperty |
The input source of 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 idMappingTableInputSourceProperty: cleanrooms.CfnIdMappingTable.IdMappingTableInputSourceProperty = {
idNamespaceAssociationId: 'idNamespaceAssociationId',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier of the ID namespace association. |
| type | string | The type of the input source of the ID mapping table. |
idNamespaceAssociationId
Type:
string
The unique identifier of the ID namespace association.
type
Type:
string
The type of the input source of the ID mapping table.

.NET
Go
Java
Python
TypeScript