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{},
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. |
State |
interface{} |
No description. |
EventPattern
Required
EventPattern interface{}
- Type: interface{}
RuleName
Required
RuleName interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
EventType
Optional
EventType interface{}
- Type: interface{}
GroupId
Optional
GroupId interface{}
- Type: interface{}
State
Optional
State interface{}
- Type: interface{}