LogServiceEnableProps
Properties for defining a LogServiceEnable
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-logserviceenable
Initializer
import { LogServiceEnableProps } from '@alicloud/ros-cdk-waf'
const logServiceEnableProps: LogServiceEnableProps = { ... }
Properties
Name | Type | Description |
---|---|---|
domain |
string | @alicloud/ros-cdk-core.IResolvable |
Property domain: The domain name that is added to WAF. |
instanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceId: The ID of the WAF instance. |
domain
Required
public readonly domain: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property domain: The domain name that is added to WAF.
instanceId
Required
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/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.