GetVpcConnectionPlainArgs

data class GetVpcConnectionPlainArgs(val arn: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVpcConnectionPlainArgs>

A collection of arguments for invoking getVpcConnection.

Constructors

Link copied to clipboard
constructor(arn: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String

ARN of the VPC Connection.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of key-value pairs assigned to the VPC Connection.

Functions

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