interface IdNamespaceAssociationInputReferencePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins.CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscleanrooms/mixins#CfnIdNamespaceAssociationPropsMixin_IdNamespaceAssociationInputReferencePropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.cleanrooms.mixins.CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty |
Python | aws_cdk.mixins_preview.aws_cleanrooms.mixins.CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cleanrooms » mixins » CfnIdNamespaceAssociationPropsMixin » IdNamespaceAssociationInputReferencePropertiesProperty |
Provides the information for the ID namespace association input reference properties.
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';
declare const idMappingWorkflowsSupported: any;
const idNamespaceAssociationInputReferencePropertiesProperty: cleanrooms_mixins.CfnIdNamespaceAssociationPropsMixin.IdNamespaceAssociationInputReferencePropertiesProperty = {
idMappingWorkflowsSupported: [idMappingWorkflowsSupported],
idNamespaceType: 'idNamespaceType',
};
Properties
| Name | Type | Description |
|---|---|---|
| id | any[] | IResolvable | Defines how ID mapping workflows are supported for this ID namespace association. |
| id | string | The ID namespace type for this ID namespace association. |
idMappingWorkflowsSupported?
Type:
any[] | IResolvable
(optional)
Defines how ID mapping workflows are supported for this ID namespace association.
idNamespaceType?
Type:
string
(optional)
The ID namespace type for this ID namespace association.

.NET
Go
Java
Python
TypeScript