Class CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty
Provides the information for the ID namespace association input reference properties.
Inherited Members
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty : CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferencePropertiesProperty
Syntax (vb)
Public Class CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty Implements 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
Constructors
IdNamespaceAssociationInputReferencePropertiesProperty() | Provides the information for the ID namespace association input reference properties. |
Properties
IdMappingWorkflowsSupported | Defines how ID mapping workflows are supported for this ID namespace association. |
IdNamespaceType | The ID namespace type for this ID namespace association. |
Constructors
IdNamespaceAssociationInputReferencePropertiesProperty()
Provides the information for the ID namespace association input reference properties.
public IdNamespaceAssociationInputReferencePropertiesProperty()
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"
};
Properties
IdMappingWorkflowsSupported
Defines how ID mapping workflows are supported for this ID namespace association.
public object? IdMappingWorkflowsSupported { get; set; }
Property Value
Remarks
IdNamespaceType
The ID namespace type for this ID namespace association.
public string? IdNamespaceType { get; set; }