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; }
- Type: RosRuleAssertionProps
Used to describe assertions.
RuleConditionOptional
public IResolvable RuleCondition { get; set; }
- Type: IResolvable
- Default: None
Define the rule condition.
If the rule condition is not defined, the assertion is always valid.