Skip to content

RosRuleProps

Properties for defining a RosRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eventbridge-rule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eventbridge;
new RosRuleProps {
    object EventBusName,
    object FilterPattern,
    object RuleName,
    object Targets,
    object Description = null,
    object Status = null
};

Properties

Name Type Description
EventBusName object No description.
FilterPattern object No description.
RuleName object No description.
Targets object No description.
Description object No description.
Status object No description.

EventBusNameRequired

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

FilterPatternRequired

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

RuleNameRequired

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

TargetsRequired

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

DescriptionOptional

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

StatusOptional

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