CloudWatchAlarmDefinition   
    The definition of a CloudWatch metric alarm, which determines when an automatic scaling activity is triggered. When the defined alarm conditions are satisfied, scaling activity begins.
Types
Properties
Link copied to clipboard
                  Determines how the metric specified by MetricName is compared to the value specified by Threshold.
Link copied to clipboard
                  A CloudWatch metric dimension.
Link copied to clipboard
                  The number of periods, in five-minute increments, during which the alarm condition must exist before the alarm triggers automatic scaling activity. The default value is 1.
Link copied to clipboard
                  The name of the CloudWatch metric that is watched to determine an alarm condition.
Functions
Link copied to clipboard
                  inline fun copy(block: CloudWatchAlarmDefinition.Builder.() -> Unit = {}): CloudWatchAlarmDefinition