Package-level declarations

Types

Link copied to clipboard
data class GetConnectionResult(val arn: String, val awsDevice: String, val bandwidth: String, val id: String, val location: String, val name: String, val ownerAccountId: String, val partnerName: String, val providerName: String, val state: String, val tags: Map<String, String>, val vlanId: Int)

A collection of values returned by getConnection.

Link copied to clipboard
data class GetGatewayResult(val amazonSideAsn: String, val arn: String, val id: String, val name: String, val ownerAccountId: String)

A collection of values returned by getGateway.

Link copied to clipboard
data class GetLocationResult(val availableMacsecPortSpeeds: List<String>, val availablePortSpeeds: List<String>, val availableProviders: List<String>, val id: String, val locationCode: String, val locationName: String)

A collection of values returned by getLocation.

Link copied to clipboard
data class GetLocationsResult(val id: String, val locationCodes: List<String>)

A collection of values returned by getLocations.

Link copied to clipboard
data class GetRouterConfigurationResult(val customerRouterConfig: String, val id: String, val routerTypeIdentifier: String, val routers: List<GetRouterConfigurationRouter>, val virtualInterfaceId: String, val virtualInterfaceName: String)

A collection of values returned by getRouterConfiguration.

Link copied to clipboard
data class GetRouterConfigurationRouter(val platform: String, val routerTypeIdentifier: String, val software: String, val vendor: String, val xsltTemplateName: String, val xsltTemplateNameForMacSec: String)