Class CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty
Provides the input reference configuration for the ID mapping table.
Inherited Members
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
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 |
Constructors
IdMappingTableInputReferenceConfigProperty()
Provides the input reference configuration for the ID mapping table.
public IdMappingTableInputReferenceConfigProperty()
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.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
Remarks
ManageResourcePolicies
When TRUE
, AWS Clean Rooms manages permissions for the ID mapping table resource.
public object ManageResourcePolicies { get; set; }
Property Value
Remarks
When FALSE
, the resource owner manages permissions for the ID mapping table resource.