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. |
Domain
Required
public object Domain { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Rules
Required
public object Rules { get; set; }
- Type: object
Region
Optional
public object Region { get; set; }
- Type: object
RuleId
Optional
public object RuleId { get; set; }
- Type: object