RosEventRuleProps
Properties for defining a RosEventRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-eventrule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosEventRuleProps {
object EventPattern,
object RuleName,
object Description = null,
object EventType = null,
object GroupId = null,
object State = null
};
Properties
Name | Type | Description |
---|---|---|
EventPattern |
object |
No description. |
RuleName |
object |
No description. |
Description |
object |
No description. |
EventType |
object |
No description. |
GroupId |
object |
No description. |
State |
object |
No description. |
EventPattern
Required
public object EventPattern { get; set; }
- Type: object
RuleName
Required
public object RuleName { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
EventType
Optional
public object EventType { get; set; }
- Type: object
GroupId
Optional
public object GroupId { get; set; }
- Type: object
State
Optional
public object State { get; set; }
- Type: object