class Aws::CloudWatchEvidently::Types::Launch
This structure contains the configuration details of one Evidently launch.
@!attribute [rw] arn
The ARN of the launch. @return [String]
@!attribute [rw] created_time
The date and time that the launch is created. @return [Time]
@!attribute [rw] description
The description of the launch. @return [String]
@!attribute [rw] execution
A structure that contains information about the start and end times of the launch. @return [Types::LaunchExecution]
@!attribute [rw] groups
An array of structures that define the feature variations that are being used in the launch. @return [Array<Types::LaunchGroup>]
@!attribute [rw] last_updated_time
The date and time that the launch was most recently updated. @return [Time]
@!attribute [rw] metric_monitors
An array of structures that define the metrics that are being used to monitor the launch performance. @return [Array<Types::MetricMonitor>]
@!attribute [rw] name
The name of the launch. @return [String]
@!attribute [rw] project
The name or ARN of the project that contains the launch. @return [String]
@!attribute [rw] randomization_salt
This value is used when Evidently assigns a particular user session to the launch, to help create a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and `randomizationSalt`. @return [String]
@!attribute [rw] scheduled_splits_definition
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. @return [Types::ScheduledSplitsLaunchDefinition]
@!attribute [rw] status
The current state of the launch. @return [String]
@!attribute [rw] status_reason
If the launch was stopped, this is the string that was entered by the person who stopped the launch, to explain why it was stopped. @return [String]
@!attribute [rw] tags
The list of tag keys and values associated with this launch. @return [Hash<String,String>]
@!attribute [rw] type
The type of launch. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/Launch AWS API Documentation
Constants
- SENSITIVE