VpcConnection

The structure of a VPC connection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the VPC connection.

Link copied to clipboard

The availability status of the VPC connection.

Link copied to clipboard

The time that the VPC connection was created.

Link copied to clipboard

A list of IP addresses of DNS resolver endpoints for the VPC connection.

Link copied to clipboard

The time that the VPC connection was last updated.

Link copied to clipboard
val name: String?

The display name for the VPC connection.

Link copied to clipboard

A list of network interfaces.

Link copied to clipboard

The ARN of the IAM role associated with the VPC connection.

Link copied to clipboard

The Amazon EC2 security group IDs associated with the VPC connection.

Link copied to clipboard

The status of the VPC connection.

Link copied to clipboard

The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.

Link copied to clipboard

The Amazon EC2 VPC ID associated with the VPC connection.

Functions

Link copied to clipboard
inline fun copy(block: VpcConnection.Builder.() -> Unit = {}): VpcConnection
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String