Ipv4GatewaysProps
Properties for defining a Ipv4Gateways
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-ipv4gateways
Initializer
import { datasource } from '@alicloud/ros-cdk-vpc'
const ipv4GatewaysProps: datasource.Ipv4GatewaysProps = { ... }
Properties
Name | Type | Description |
---|---|---|
ipv4GatewayId |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipv4GatewayId: The resource attribute field that represents the resource level 1 ID. |
ipv4GatewayName |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipv4GatewayName: Resource name. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: The ID of the VPC associated with the IPv4 Gateway. |
ipv4GatewayId
Optional
public readonly ipv4GatewayId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipv4GatewayId: The resource attribute field that represents the resource level 1 ID.
ipv4GatewayName
Optional
public readonly ipv4GatewayName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipv4GatewayName: Resource name.
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.
vpcId
Optional
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The ID of the VPC associated with the IPv4 Gateway.