IdNamespaceAssociationInputReferenceConfigArgs

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

Constructors

constructor(inputReferenceArn: Output<String>, manageResourcePolicies: Output<Boolean>)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.

Link copied to clipboard

When TRUE , AWS Clean Rooms manages permissions for the ID namespace association resource. When FALSE , the resource owner manages permissions for the ID namespace association resource.

Functions

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