interface IdMappingTableInputSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins.CfnIdMappingTablePropsMixin.IdMappingTableInputSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscleanrooms/mixins#CfnIdMappingTablePropsMixin_IdMappingTableInputSourceProperty |
Java | software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnIdMappingTablePropsMixin.IdMappingTableInputSourceProperty |
Python | aws_cdk.mixins_preview.aws_cleanrooms.mixins.CfnIdMappingTablePropsMixin.IdMappingTableInputSourceProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cleanrooms » mixins » CfnIdMappingTablePropsMixin » 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 { mixins as cleanrooms_mixins } from '@aws-cdk/mixins-preview/aws-cleanrooms';
const idMappingTableInputSourceProperty: cleanrooms_mixins.CfnIdMappingTablePropsMixin.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
(optional)
The unique identifier of the ID namespace association.
type?
Type:
string
(optional)
The type of the input source of the ID mapping table.

.NET
Go
Java
Python
TypeScript