Skip to content

RosRuleProps

Initializer

using AlibabaCloud.SDK.ROS.CDK.Core;
new RosRuleProps {
    RosRuleAssertionProps Assertions,
    IResolvable RuleCondition = null
};

Properties

Name Type Description
Assertions RosRuleAssertionProps Used to describe assertions.
RuleCondition IResolvable Define the rule condition.

AssertionsRequired

public RosRuleAssertionProps Assertions { get; set; }

Used to describe assertions.


RuleConditionOptional

public IResolvable RuleCondition { get; set; }

Define the rule condition.

If the rule condition is not defined, the assertion is always valid.