GetRoutePlainArgs

data class GetRoutePlainArgs(val cidrBlock: String, val routeTableId: String) : ConvertibleToJava<GetRoutePlainArgs>

Constructors

Link copied to clipboard
constructor(cidrBlock: String, routeTableId: String)

Properties

Link copied to clipboard

The IPv4 CIDR block.

Link copied to clipboard

The ID of the route table for the route.

Functions

Link copied to clipboard
open override fun toJava(): GetRoutePlainArgs