UpdateExperimentTemplateStopConditionInput

Specifies a stop condition for an experiment. You can define a stop condition as a CloudWatch alarm.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.

Link copied to clipboard

The Amazon Resource Name (ARN) of the CloudWatch alarm.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String