Show / Hide Table of Contents

Class CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty

Provides the information for the ID namespace association input reference properties.

Inheritance
object
CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferencePropertiesProperty
Implements
CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferencePropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

IdMappingWorkflowsSupported

Defines how ID mapping workflows are supported for this ID namespace association.

public object? IdMappingWorkflowsSupported { get; set; }
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.

public string? IdNamespaceType { get; set; }
Property Value

string

Remarks

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

Implements

CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferencePropertiesProperty
Back to top Generated by DocFX