Skip to content

RosFwSwitchProps

Properties for defining a RosFwSwitch.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-fwswitch

Initializer

import { RosFwSwitchProps } from '@alicloud/ros-cdk-cloudfw'
const rosFwSwitchProps: RosFwSwitchProps = { ... }

Properties

Name Type Description
ipaddrList any[] | @alicloud/ros-cdk-core.IResolvable No description.
regionList any[] | @alicloud/ros-cdk-core.IResolvable No description.
resourceTypeList any[] | @alicloud/ros-cdk-core.IResolvable No description.

ipaddrListOptional

public readonly ipaddrList: any[] | IResolvable;
  • Type: any[] | @alicloud/ros-cdk-core.IResolvable

regionListOptional

public readonly regionList: any[] | IResolvable;
  • Type: any[] | @alicloud/ros-cdk-core.IResolvable

resourceTypeListOptional

public readonly resourceTypeList: any[] | IResolvable;
  • Type: any[] | @alicloud/ros-cdk-core.IResolvable