GetRouterConfigurationPlainArgs

data class GetRouterConfigurationPlainArgs(val routerTypeIdentifier: String, val virtualInterfaceId: String) : ConvertibleToJava<GetRouterConfigurationPlainArgs>

A collection of arguments for invoking getRouterConfiguration.

Constructors

Link copied to clipboard
constructor(routerTypeIdentifier: String, virtualInterfaceId: String)

Properties

Link copied to clipboard

ID of the Router Type. For example: CiscoSystemsInc-2900SeriesRouters-IOS124 There is currently no AWS API to retrieve the full list of router_type_identifier values. Here is a list of known RouterType objects that can be used:

Link copied to clipboard

ID of the Direct Connect Virtual Interface

Functions

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