Ipv4GatewayProps
Properties for defining a Ipv4Gateway.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipv4gateway
Initializer
import ros_cdk_vpc
ros_cdk_vpc.Ipv4GatewayProps(
  vpc_id: typing.Union[str, IResolvable],
  ipv4_gateway_description: typing.Union[str, IResolvable] = None,
  ipv4_gateway_name: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description | 
|---|---|---|
vpc_id | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property vpcId: The ID of the VPC associated with the IPv4 Gateway. | 
ipv4_gateway_description | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property ipv4GatewayDescription: Description information. | 
ipv4_gateway_name | 
typing.Union[str, ros_cdk_core.IResolvable] | 
Property ipv4GatewayName: Resource name. | 
vpc_idRequired 
vpc_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property vpcId: The ID of the VPC associated with the IPv4 Gateway.
ipv4_gateway_descriptionOptional 
ipv4_gateway_description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property ipv4GatewayDescription: Description information.
ipv4_gateway_nameOptional 
ipv4_gateway_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
 
Property ipv4GatewayName: Resource name.