Skip to content

AlarmTaskProps

Properties for defining a AlarmTask.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-alarmtask

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkess"
&alicloudroscdkess.AlarmTaskProps {
    AlarmAction: interface{},
    MetricName: interface{},
    ScalingGroupId: interface{},
    Threshold: interface{},
    ComparisonOperator: interface{},
    Description: interface{},
    Dimensions: interface{},
    EvaluationCount: interface{},
    GroupId: interface{},
    MetricType: interface{},
    Name: interface{},
    Period: interface{},
    Statistics: interface{},
}

Properties

Name Type Description
AlarmAction interface{} Property alarmAction: Alarm Actions.
MetricName interface{} Property metricName: Metric Name.
ScalingGroupId interface{} Property scalingGroupId: The ID of the scaling group.
Threshold interface{} Property threshold: Threshold.
ComparisonOperator interface{} Property comparisonOperator: Comparison Operator.
Description interface{} Property description: Description.
Dimensions interface{} Property dimensions: Dimensions.
EvaluationCount interface{} Property evaluationCount: Evaluation Count.
GroupId interface{} Property groupId: Group Id.
MetricType interface{} Property metricType: Metric Type.
Name interface{} Property name: Name.
Period interface{} Property period: Period.
Statistics interface{} Property statistics: Statistics.

AlarmActionRequired

AlarmAction interface{}
  • Type: interface{}

Property alarmAction: Alarm Actions.


MetricNameRequired

MetricName interface{}
  • Type: interface{}

Property metricName: Metric Name.


ScalingGroupIdRequired

ScalingGroupId interface{}
  • Type: interface{}

Property scalingGroupId: The ID of the scaling group.


ThresholdRequired

Threshold interface{}
  • Type: interface{}

Property threshold: Threshold.


ComparisonOperatorOptional

ComparisonOperator interface{}
  • Type: interface{}

Property comparisonOperator: Comparison Operator.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Description.


DimensionsOptional

Dimensions interface{}
  • Type: interface{}

Property dimensions: Dimensions.


EvaluationCountOptional

EvaluationCount interface{}
  • Type: interface{}

Property evaluationCount: Evaluation Count.


GroupIdOptional

GroupId interface{}
  • Type: interface{}

Property groupId: Group Id.


MetricTypeOptional

MetricType interface{}
  • Type: interface{}

Property metricType: Metric Type.


NameOptional

Name interface{}
  • Type: interface{}

Property name: Name.


PeriodOptional

Period interface{}
  • Type: interface{}

Property period: Period.


StatisticsOptional

Statistics interface{}
  • Type: interface{}

Property statistics: Statistics.