GetRouteEntriesResult

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

A collection of values returned by getRouteEntries.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrBlock: String? = null

The destination CIDR block of the conflicted route entry.

Link copied to clipboard

A list of CEN 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

ID of the CEN child instance.

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

ID of the route table.