VpcConnectionNetworkInterface

data class VpcConnectionNetworkInterface(val availabilityZone: String? = null, val errorMessage: String? = null, val networkInterfaceId: String? = null, val status: VpcConnectionNetworkInterfaceStatus? = null, val subnetId: String? = null)

The structure that contains information about a network interface.

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, errorMessage: String? = null, networkInterfaceId: String? = null, status: VpcConnectionNetworkInterfaceStatus? = null, subnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The availability zone that the network interface resides in.

Link copied to clipboard
val errorMessage: String? = null

An error message.

Link copied to clipboard

The network interface ID.

Link copied to clipboard

The status of the network interface.

Link copied to clipboard
val subnetId: String? = null

The subnet ID associated with the network interface.