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