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. |
ipaddrList
Optional
public readonly ipaddrList: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
regionList
Optional
public readonly regionList: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable
resourceTypeList
Optional
public readonly resourceTypeList: any[] | IResolvable;
- Type: any[] | @alicloud/ros-cdk-core.IResolvable