Skip to content

RosAclRuleProps

Properties for defining a RosAclRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-aclrule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Waf;
new RosAclRuleProps {
    object Domain,
    object InstanceId,
    object Rules,
    object Region = null,
    object RuleId = null
};

Properties

Name Type Description
Domain object No description.
InstanceId object No description.
Rules object No description.
Region object No description.
RuleId object No description.

DomainRequired

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

InstanceIdRequired

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

RulesRequired

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

RegionOptional

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

RuleIdOptional

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