GetVpcPeeringPlainArgs

data class GetVpcPeeringPlainArgs(val id: String? = null, val name: String? = null, val vpcIds: List<String>? = null) : ConvertibleToJava<GetVpcPeeringPlainArgs>

A collection of arguments for invoking getVpcPeering.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, vpcIds: List<String>? = null)

Properties

Link copied to clipboard
val id: String? = null

The unique identifier of an existing VPC Peering.

Link copied to clipboard
val name: String? = null

The name of an existing VPC Peering.

Link copied to clipboard
val vpcIds: List<String>? = null

The list of VPC IDs involved in the peering.

Functions

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