Interface CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferencePropertiesProperty
Provides the information for the ID namespace association input reference properties.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferencePropertiesProperty
Syntax (vb)
Public Interface CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferencePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanrooms;
var idMappingWorkflowsSupported;
var idNamespaceAssociationInputReferencePropertiesProperty = new IdNamespaceAssociationInputReferencePropertiesProperty {
IdMappingWorkflowsSupported = new [] { idMappingWorkflowsSupported },
IdNamespaceType = "idNamespaceType"
};
Synopsis
Properties
IdMappingWorkflowsSupported | Defines how ID mapping workflows are supported for this ID namespace association. |
IdNamespaceType | The ID namespace type for this ID namespace association. |
Properties
IdMappingWorkflowsSupported
Defines how ID mapping workflows are supported for this ID namespace association.
object? IdMappingWorkflowsSupported { get; }
Property Value
Remarks
IdNamespaceType
The ID namespace type for this ID namespace association.
string? IdNamespaceType { get; }