Skip to content

RosLogServiceEnableProps

Properties for defining a RosLogServiceEnable.

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

Initializer

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

Properties

Name Type Description
domain typing.Union[str, ros_cdk_core.IResolvable] No description.
instance_id typing.Union[str, ros_cdk_core.IResolvable] No description.

domainRequired

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

instance_idRequired

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