Skip to content

LogServiceEnableProps

Properties for defining a LogServiceEnable.

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

Initializer

import com.aliyun.ros.cdk.waf.LogServiceEnableProps;
LogServiceEnableProps.builder()
    .domain(java.lang.String)
    .domain(IResolvable)
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
    .build();

Properties

Name Type Description
domain java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property domain: The domain name that is added to WAF.
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceId: The ID of the WAF instance.

domainRequired

public java.lang.Object getDomain();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


instanceIdRequired

public java.lang.Object getInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property instanceId: The ID of the WAF instance.

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