GetVpcEndpointConnectionsConnection

data class GetVpcEndpointConnectionsConnection(val bandwidth: Int, val endpointId: String, val id: String, val status: String)

Constructors

Link copied to clipboard
constructor(bandwidth: Int, endpointId: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Bandwidth.

Link copied to clipboard

The ID of the Vpc Endpoint.

Link copied to clipboard
val id: String

The ID of the Vpc Endpoint Connection.

Link copied to clipboard

The status of Vpc Endpoint Connection. Valid Values: Connected, Connecting, Deleted, Deleting, Disconnected, Disconnecting, Pending and ServiceDeleted.