IdMappingTableInputReferenceConfigArgs

data class IdMappingTableInputReferenceConfigArgs(val inputReferenceArn: Output<String>, val manageResourcePolicies: Output<Boolean>) : ConvertibleToJava<IdMappingTableInputReferenceConfigArgs>

Constructors

Link copied to clipboard
constructor(inputReferenceArn: Output<String>, manageResourcePolicies: Output<Boolean>)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution . Valid values are ID mapping workflow ARNs.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): IdMappingTableInputReferenceConfigArgs