Class: Aws::CloudWatchEvidently::Types::CreateLaunchRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

An optional description for the launch.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
383
384
# File 'gems/aws-sdk-cloudwatchevidently/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

#groupsArray<Types::LaunchGroupConfig>

An array of structures that contains the feature and variations that are to be used for the launch.

Returns:



373
374
375
376
377
378
379
380
381
382
383
384
# File 'gems/aws-sdk-cloudwatchevidently/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_monitorsArray<Types::MetricMonitorConfig>

An array of structures that define the metrics that will be used to monitor the launch performance.

Returns:



373
374
375
376
377
378
379
380
381
382
383
384
# File 'gems/aws-sdk-cloudwatchevidently/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

#nameString

The name for the new launch.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
383
384
# File 'gems/aws-sdk-cloudwatchevidently/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

#projectString

The name or ARN of the project that you want to create the launch in.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
383
384
# File 'gems/aws-sdk-cloudwatchevidently/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_saltString

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.

Returns:

  • (String)


373
374
375
376
377
378
379
380
381
382
383
384
# File 'gems/aws-sdk-cloudwatchevidently/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_configTypes::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 'gems/aws-sdk-cloudwatchevidently/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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


373
374
375
376
377
378
379
380
381
382
383
384
# File 'gems/aws-sdk-cloudwatchevidently/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