Skip to content

LogServiceEnableProps

Properties for defining a LogServiceEnable.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Waf;
new LogServiceEnableProps {
    object Domain,
    object InstanceId
};

Properties

Name Type Description
Domain object Property domain: The domain name that is added to WAF.
InstanceId object Property instanceId: The ID of the WAF instance.

DomainRequired

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

Property domain: The domain name that is added to WAF.


InstanceIdRequired

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

Property instanceId: The ID of the WAF instance.

You can call the DescribeInstanceInfo operation to query the ID of the WAF instance.