GetRouteEntriesResult

data class GetRouteEntriesResult(val cidrBlock: String? = null, val entries: List<GetRouteEntriesEntry>, val id: String, val instanceId: String? = null, val outputFile: String? = null, val routeTableId: String, val type: String? = null)

A collection of values returned by getRouteEntries.

Constructors

Link copied to clipboard
constructor(cidrBlock: String? = null, entries: List<GetRouteEntriesEntry>, id: String, instanceId: String? = null, outputFile: String? = null, routeTableId: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrBlock: String? = null

The destination CIDR block of the route entry.

Link copied to clipboard

A list of Route Entries. Each element contains the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val instanceId: String? = null

The instance ID of the next hop.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

The ID of the router table to which the route entry belongs.

Link copied to clipboard
val type: String? = null

The type of the route entry.