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