Show / Hide Table of Contents

Class CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty

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

Inheritance
object
CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty
Implements
CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty
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.IdNamespaceAssociationInputReferenceConfigProperty : CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty
Syntax (vb)
Public Class CfnIdNamespaceAssociation.IdNamespaceAssociationInputReferenceConfigProperty Implements CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idnamespaceassociation-idnamespaceassociationinputreferenceconfig.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 idNamespaceAssociationInputReferenceConfigProperty = new IdNamespaceAssociationInputReferenceConfigProperty {
                 InputReferenceArn = "inputReferenceArn",
                 ManageResourcePolicies = false
             };

Synopsis

Constructors

IdNamespaceAssociationInputReferenceConfigProperty()

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

Properties

InputReferenceArn

The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration.

ManageResourcePolicies

When TRUE , AWS Clean Rooms manages permissions for the ID namespace association resource.

Constructors

IdNamespaceAssociationInputReferenceConfigProperty()

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

public IdNamespaceAssociationInputReferenceConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-idnamespaceassociation-idnamespaceassociationinputreferenceconfig.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 idNamespaceAssociationInputReferenceConfigProperty = new IdNamespaceAssociationInputReferenceConfigProperty {
                 InputReferenceArn = "inputReferenceArn",
                 ManageResourcePolicies = false
             };

Properties

InputReferenceArn

The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration.

public string InputReferenceArn { get; set; }
Property Value

string

Remarks

Valid resource ARNs are from the ID namespaces that you own.

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

ManageResourcePolicies

When TRUE , AWS Clean Rooms manages permissions for the ID namespace association resource.

public object ManageResourcePolicies { get; set; }
Property Value

object

Remarks

When FALSE , the resource owner manages permissions for the ID namespace association resource.

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

Implements

CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty
Back to top Generated by DocFX