Class: Aws::CloudWatchEvidently::Types::CreateLaunchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateLaunchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description for the launch.
-
#groups ⇒ Array<Types::LaunchGroupConfig>
An array of structures that contains the feature and variations that are to be used for the launch.
-
#metric_monitors ⇒ Array<Types::MetricMonitorConfig>
An array of structures that define the metrics that will be used to monitor the launch performance.
-
#name ⇒ String
The name for the new launch.
-
#project ⇒ String
The name or ARN of the project that you want to create the launch in.
-
#randomization_salt ⇒ String
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served.
-
#scheduled_splits_config ⇒ Types::ScheduledSplitsLaunchConfig
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
-
#tags ⇒ Hash<String,String>
Assigns one or more tags (key-value pairs) to the launch.
Instance Attribute Details
#description ⇒ String
An optional description for the launch.
373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 373 class CreateLaunchRequest < Struct.new( :description, :groups, :metric_monitors, :name, :project, :randomization_salt, :scheduled_splits_config, :tags) SENSITIVE = [] include Aws::Structure end |
#groups ⇒ Array<Types::LaunchGroupConfig>
An array of structures that contains the feature and variations that are to be used for the launch.
373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 373 class CreateLaunchRequest < Struct.new( :description, :groups, :metric_monitors, :name, :project, :randomization_salt, :scheduled_splits_config, :tags) SENSITIVE = [] include Aws::Structure end |
#metric_monitors ⇒ Array<Types::MetricMonitorConfig>
An array of structures that define the metrics that will be used to monitor the launch performance.
373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 373 class CreateLaunchRequest < Struct.new( :description, :groups, :metric_monitors, :name, :project, :randomization_salt, :scheduled_splits_config, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the new launch.
373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 373 class CreateLaunchRequest < Struct.new( :description, :groups, :metric_monitors, :name, :project, :randomization_salt, :scheduled_splits_config, :tags) SENSITIVE = [] include Aws::Structure end |
#project ⇒ String
The name or ARN of the project that you want to create the launch in.
373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 373 class CreateLaunchRequest < Struct.new( :description, :groups, :metric_monitors, :name, :project, :randomization_salt, :scheduled_splits_config, :tags) SENSITIVE = [] include Aws::Structure end |
#randomization_salt ⇒ String
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and ‘randomizationSalt`. If you omit `randomizationSalt`, Evidently uses the launch name as the `randomizationSalt`.
373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 373 class CreateLaunchRequest < Struct.new( :description, :groups, :metric_monitors, :name, :project, :randomization_salt, :scheduled_splits_config, :tags) SENSITIVE = [] include Aws::Structure end |
#scheduled_splits_config ⇒ Types::ScheduledSplitsLaunchConfig
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 373 class CreateLaunchRequest < Struct.new( :description, :groups, :metric_monitors, :name, :project, :randomization_salt, :scheduled_splits_config, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Assigns one or more tags (key-value pairs) to the launch.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don’t have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a launch.
For more information, see [Tagging Amazon Web Services resources].
373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 373 class CreateLaunchRequest < Struct.new( :description, :groups, :metric_monitors, :name, :project, :randomization_salt, :scheduled_splits_config, :tags) SENSITIVE = [] include Aws::Structure end |