Show / Hide Table of Contents

Class CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty

Provides the input reference configuration for the ID mapping table.

Inheritance
object
CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty
Implements
CfnIdMappingTable.IIdMappingTableInputReferenceConfigProperty
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 CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty : CfnIdMappingTable.IIdMappingTableInputReferenceConfigProperty
Syntax (vb)
Public Class CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty Implements CfnIdMappingTable.IIdMappingTableInputReferenceConfigProperty
Remarks

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

Synopsis

Constructors

IdMappingTableInputReferenceConfigProperty()

Provides the input reference configuration for the ID mapping table.

Properties

InputReferenceArn

The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution .

ManageResourcePolicies

When TRUE , AWS Clean Rooms manages permissions for the ID mapping table resource.

Constructors

IdMappingTableInputReferenceConfigProperty()

Provides the input reference configuration for the ID mapping table.

public IdMappingTableInputReferenceConfigProperty()
Remarks

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

Properties

InputReferenceArn

The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution .

public string InputReferenceArn { get; set; }
Property Value

string

Remarks

Valid values are ID mapping workflow ARNs.

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

ManageResourcePolicies

When TRUE , AWS Clean Rooms manages permissions for the ID mapping table resource.

public object ManageResourcePolicies { get; set; }
Property Value

object

Remarks

When FALSE , the resource owner manages permissions for the ID mapping table resource.

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

Implements

CfnIdMappingTable.IIdMappingTableInputReferenceConfigProperty
Back to top Generated by DocFX