Skip to content

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.

EventPatternRequired

public object EventPattern { get; set; }
  • Type: object

RuleNameRequired

public object RuleName { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

EventTypeOptional

public object EventType { get; set; }
  • Type: object

GroupIdOptional

public object GroupId { get; set; }
  • Type: object

StateOptional

public object State { get; set; }
  • Type: object