Show / Hide Table of Contents

Interface CfnIdMappingTablePropsMixin.IIdMappingTableInputReferenceConfigProperty

Provides the input reference configuration for the ID mapping table.

Namespace: Amazon.CDK.Mixins.Preview.AWS.CleanRooms.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnIdMappingTablePropsMixin.IIdMappingTableInputReferenceConfigProperty
Syntax (vb)
Public Interface CfnIdMappingTablePropsMixin.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.Mixins.Preview.AWS.CleanRooms.Mixins;

             var idMappingTableInputReferenceConfigProperty = new IdMappingTableInputReferenceConfigProperty {
                 InputReferenceArn = "inputReferenceArn",
                 ManageResourcePolicies = false
             };

Synopsis

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.

Properties

InputReferenceArn

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

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

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

Type union: either bool or IResolvable

Back to top Generated by DocFX