RosNatGatewayProps
Properties for defining a RosNatGateway.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-natgateway
Initializer
import { datasource } from '@alicloud/ros-cdk-vpc'
const rosNatGatewayProps: datasource.RosNatGatewayProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
natGatewayId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
natGatewayIdRequired
public readonly natGatewayId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptionsOptional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable