Route Entry Args
data class RouteEntryArgs(val destinationCidrblock: Output<String>? = null, val name: Output<String>? = null, val nexthopId: Output<String>? = null, val nexthopType: Output<String>? = null, val routeTableId: Output<String>? = null, val routerId: Output<String>? = null) : ConvertibleToJava<RouteEntryArgs>
Import
Router entry can be imported using the id, e.g (formatted as).
$ pulumi import alicloud:vpc/routeEntry:RouteEntry example vtb-123456:vrt-123456:0.0.0.0/0:NatGateway:ngw-123456
Content copied to clipboard