Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idnamespaceassociation-idnamespaceassociationinputreferenceproperties.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idnamespaceassociation-idnamespaceassociationinputreferenceproperties.html#cfn-cleanrooms-idnamespaceassociation-idnamespaceassociationinputreferenceproperties-idmappingworkflowssupported

IdNamespaceType

The ID namespace type for this ID namespace association.

string? IdNamespaceType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idnamespaceassociation-idnamespaceassociationinputreferenceproperties.html#cfn-cleanrooms-idnamespaceassociation-idnamespaceassociationinputreferenceproperties-idnamespacetype

Back to top Generated by DocFX