Class: Aws::CleanRooms::Types::IdNamespaceAssociationInputReferenceConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Provides the information for the ID namespace association input reference configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_reference_arnString

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

Returns:

  • (String)


4458
4459
4460
4461
4462
4463
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4458

class IdNamespaceAssociationInputReferenceConfig < Struct.new(
  :input_reference_arn,
  :manage_resource_policies)
  SENSITIVE = []
  include Aws::Structure
end

#manage_resource_policiesBoolean

When ‘TRUE`, Clean Rooms manages permissions for the ID namespace association resource.

When ‘FALSE`, the resource owner manages permissions for the ID namespace association resource.

Returns:

  • (Boolean)


4458
4459
4460
4461
4462
4463
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4458

class IdNamespaceAssociationInputReferenceConfig < Struct.new(
  :input_reference_arn,
  :manage_resource_policies)
  SENSITIVE = []
  include Aws::Structure
end