GetRoutePlainArgs

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

Constructors

Link copied to clipboard
fun GetRoutePlainArgs(cidrBlock: String, routeTableId: String)

Functions

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

Properties

Link copied to clipboard

The primary identifier of the resource generated by the service.

Link copied to clipboard

The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.