Interface CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.Jsii$Proxy
- Enclosing class:
CfnIdMappingTable
@Stability(Stable)
public static interface CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty
extends software.amazon.jsii.JsiiSerializable
Provides the input reference configuration for the ID mapping table.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cleanrooms.*;
IdMappingTableInputReferenceConfigProperty idMappingTableInputReferenceConfigProperty = IdMappingTableInputReferenceConfigProperty.builder()
.inputReferenceArn("inputReferenceArn")
.manageResourcePolicies(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIdMappingTable.IdMappingTableInputReferenceConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution .WhenTRUE, AWS Clean Rooms manages permissions for the ID mapping table resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputReferenceArn
The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution .Valid values are ID mapping workflow ARNs.
- See Also:
-
getManageResourcePolicies
WhenTRUE, AWS Clean Rooms manages permissions for the ID mapping table resource.When
FALSE, the resource owner manages permissions for the ID mapping table resource.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnIdMappingTable.IdMappingTableInputReferenceConfigProperty.Builder builder()
-