interface IdMappingTableInputReferencePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms.CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanrooms#CfnIdMappingTablePropsMixin_IdMappingTableInputReferencePropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanrooms.CfnIdMappingTablePropsMixin.IdMappingTableInputReferencePropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanrooms » 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 { aws_cleanrooms as cleanrooms } from '@aws-cdk/cfn-property-mixins';
const idMappingTableInputReferencePropertiesProperty: cleanrooms.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