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

.NET
Go
Java
Python
TypeScript