Skip to content

TGWProps

Properties for defining a TGW.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-tgw

Initializer

import { TGWProps } from '@alicloud/ros-cdk-waf3'
const tGWProps: TGWProps = { ... }

Properties

Name Type Description
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: The ID of the WAF instance.
listen @alicloud/ros-cdk-core.IResolvable | ListenProperty Property listen: Listening information.
redirect @alicloud/ros-cdk-core.IResolvable | RedirectProperty Property redirect: Forwarding information.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group.

instanceIdRequired

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: The ID of the WAF instance.


listenRequired

public readonly listen: IResolvable | ListenProperty;

Property listen: Listening information.


redirectOptional

public readonly redirect: IResolvable | RedirectProperty;

Property redirect: Forwarding information.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property resourceGroupId: The ID of the resource group.