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