Show / Hide Table of Contents

Interface CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty

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

Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIdNamespaceAssociation.IIdNamespaceAssociationInputReferenceConfigProperty
Syntax (vb)
Public Interface 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

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.

Properties

InputReferenceArn

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

string InputReferenceArn { get; }
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.

object ManageResourcePolicies { get; }
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

Back to top Generated by DocFX