Class: Aws::CleanRooms::Types::CreateCollaborationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateCollaborationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_result_regions ⇒ Array<String>
The Amazon Web Services Regions where collaboration query results can be stored.
-
#analytics_engine ⇒ String
The analytics engine.
-
#auto_approved_change_request_types ⇒ Array<String>
The types of change requests that are automatically approved for this collaboration.
-
#creator_display_name ⇒ String
The display name of the collaboration creator.
-
#creator_member_abilities ⇒ Array<String>
The abilities granted to the collaboration creator.
-
#creator_ml_member_abilities ⇒ Types::MLMemberAbilities
The ML abilities granted to the collaboration creator.
-
#creator_payment_configuration ⇒ Types::PaymentConfiguration
The collaboration creator’s payment responsibilities set by the collaboration creator.
-
#data_encryption_metadata ⇒ Types::DataEncryptionMetadata
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
-
#description ⇒ String
A description of the collaboration provided by the collaboration owner.
-
#is_metrics_enabled ⇒ Boolean
An indicator as to whether metrics have been enabled or disabled for the collaboration.
-
#job_log_status ⇒ String
Specifies whether job logs are enabled for this collaboration.
-
#members ⇒ Array<Types::MemberSpecification>
A list of initial members, not including the creator.
-
#name ⇒ String
The display name for a collaboration.
-
#query_log_status ⇒ String
An indicator as to whether query logging has been enabled or disabled for the collaboration.
-
#tags ⇒ Hash<String,String>
An optional label that you can assign to a resource when you create it.
Instance Attribute Details
#allowed_result_regions ⇒ Array<String>
The Amazon Web Services Regions where collaboration query results can be stored. When specified, results can only be written to these Regions. This parameter enables you to meet your compliance and data governance requirements, and implement regional data governance policies.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#analytics_engine ⇒ String
The analytics engine.
<note markdown=“1”> After July 16, 2025, the CLEAN_ROOMS_SQL parameter will no longer be available.
</note>
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#auto_approved_change_request_types ⇒ Array<String>
The types of change requests that are automatically approved for this collaboration.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#creator_display_name ⇒ String
The display name of the collaboration creator.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#creator_member_abilities ⇒ Array<String>
The abilities granted to the collaboration creator.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#creator_ml_member_abilities ⇒ Types::MLMemberAbilities
The ML abilities granted to the collaboration creator.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#creator_payment_configuration ⇒ Types::PaymentConfiguration
The collaboration creator’s payment responsibilities set by the collaboration creator.
If the collaboration creator hasn’t specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#data_encryption_metadata ⇒ Types::DataEncryptionMetadata
The settings for client-side encryption with Cryptographic Computing for Clean Rooms.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the collaboration provided by the collaboration owner.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#is_metrics_enabled ⇒ Boolean
An indicator as to whether metrics have been enabled or disabled for the collaboration.
When true, collaboration members can opt in to Amazon CloudWatch metrics for their membership queries. The default value is false.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#job_log_status ⇒ String
Specifies whether job logs are enabled for this collaboration.
When ENABLED, Clean Rooms logs details about jobs run within this collaboration; those logs can be viewed in Amazon CloudWatch Logs. The default value is DISABLED.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#members ⇒ Array<Types::MemberSpecification>
A list of initial members, not including the creator. This list is immutable.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name for a collaboration.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#query_log_status ⇒ String
An indicator as to whether query logging has been enabled or disabled for the collaboration.
When ENABLED, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is DISABLED.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3458 class CreateCollaborationInput < Struct.new( :members, :name, :description, :creator_member_abilities, :creator_ml_member_abilities, :creator_display_name, :data_encryption_metadata, :query_log_status, :job_log_status, :tags, :creator_payment_configuration, :analytics_engine, :auto_approved_change_request_types, :allowed_result_regions, :is_metrics_enabled) SENSITIVE = [] include Aws::Structure end |