RosEventRuleProps
Properties for defining a RosEventRule.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-eventrule
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.RosEventRuleProps {
EventPattern: interface{},
RuleName: interface{},
Description: interface{},
EventType: interface{},
GroupId: interface{},
SilenceTime: interface{},
State: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
EventPattern | interface{} | No description. |
RuleName | interface{} | No description. |
Description | interface{} | No description. |
EventType | interface{} | No description. |
GroupId | interface{} | No description. |
SilenceTime | interface{} | No description. |
State | interface{} | No description. |
EventPatternRequired
EventPattern interface{}
- Type: interface{}
RuleNameRequired
RuleName interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
EventTypeOptional
EventType interface{}
- Type: interface{}
GroupIdOptional
GroupId interface{}
- Type: interface{}
SilenceTimeOptional
SilenceTime interface{}
- Type: interface{}
StateOptional
State interface{}
- Type: interface{}