Skip to content

RosAlarmTaskProps

Properties for defining a RosAlarmTask.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkess"
&alicloudroscdkess.RosAlarmTaskProps {
    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{} No description.
MetricName interface{} No description.
ScalingGroupId interface{} No description.
Threshold interface{} No description.
ComparisonOperator interface{} No description.
Description interface{} No description.
Dimensions interface{} No description.
EvaluationCount interface{} No description.
GroupId interface{} No description.
MetricType interface{} No description.
Name interface{} No description.
Period interface{} No description.
Statistics interface{} No description.

AlarmActionRequired

AlarmAction interface{}
  • Type: interface{}

MetricNameRequired

MetricName interface{}
  • Type: interface{}

ScalingGroupIdRequired

ScalingGroupId interface{}
  • Type: interface{}

ThresholdRequired

Threshold interface{}
  • Type: interface{}

ComparisonOperatorOptional

ComparisonOperator interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DimensionsOptional

Dimensions interface{}
  • Type: interface{}

EvaluationCountOptional

EvaluationCount interface{}
  • Type: interface{}

GroupIdOptional

GroupId interface{}
  • Type: interface{}

MetricTypeOptional

MetricType interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

StatisticsOptional

Statistics interface{}
  • Type: interface{}