GetVpcConnectionPlainArgs

data class GetVpcConnectionPlainArgs(val awsAccountId: String, val vpcConnectionId: String) : ConvertibleToJava<GetVpcConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(awsAccountId: String, vpcConnectionId: String)

Properties

Link copied to clipboard

The AWS account ID of the account where you want to create a new VPC connection.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetVpcConnectionPlainArgs