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
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 |
Properties
InputReferenceArn
The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution .
string? InputReferenceArn { get; }
Property Value
Remarks
ManageResourcePolicies
When TRUE , AWS Clean Rooms manages permissions for the ID mapping table resource.
object? ManageResourcePolicies { get; }
Property Value
Remarks
When FALSE , the resource owner manages permissions for the ID mapping table resource.
Type union: either bool or IResolvable