Class: Aws::CleanRooms::Types::IdMappingTableInputReferenceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IdMappingTableInputReferenceConfig
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Provides the input reference configuration for the ID mapping table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_reference_arn ⇒ String
The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution.
-
#manage_resource_policies ⇒ Boolean
When
TRUE, Clean Rooms manages permissions for the ID mapping table resource.
Instance Attribute Details
#input_reference_arn ⇒ String
The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.
5281 5282 5283 5284 5285 5286 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5281 class IdMappingTableInputReferenceConfig < Struct.new( :input_reference_arn, :manage_resource_policies) SENSITIVE = [] include Aws::Structure end |
#manage_resource_policies ⇒ Boolean
When TRUE, Clean Rooms manages permissions for the ID mapping
table resource.
When FALSE, the resource owner manages permissions for the ID
mapping table resource.
5281 5282 5283 5284 5285 5286 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5281 class IdMappingTableInputReferenceConfig < Struct.new( :input_reference_arn, :manage_resource_policies) SENSITIVE = [] include Aws::Structure end |