Skip to content

LogServiceEnableProps

Properties for defining a LogServiceEnable.

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

Initializer

import ros_cdk_waf
ros_cdk_waf.LogServiceEnableProps(
  domain: typing.Union[str, IResolvable],
  instance_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
domain typing.Union[str, ros_cdk_core.IResolvable] Property domain: The domain name that is added to WAF.
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of the WAF instance.

domainRequired

domain: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


instance_idRequired

instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.