CreateVpcConnectionRequest

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID of the account where you want to create a new VPC connection.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The display name for the VPC connection.

Link copied to clipboard

The IAM role to associate with the VPC connection.

Link copied to clipboard

A list of security group IDs for the VPC connection.

Link copied to clipboard

A list of subnet IDs for the VPC connection.

Link copied to clipboard
val tags: List<Tag>?

A map of the key-value pairs for the resource tag or tags assigned to 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.

Functions

Link copied to clipboard
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