GetVpcPeeringResult

data class GetVpcPeeringResult(val createdAt: String, val id: String, val name: String, val status: String, val vpcIds: List<String>)

A collection of values returned by getVpcPeering.

Constructors

Link copied to clipboard
constructor(createdAt: String, id: String, name: String, status: String, vpcIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time of when the VPC Peering was created.

Link copied to clipboard
val id: String

The unique identifier for the VPC Peering.

Link copied to clipboard

The name of the VPC Peering.

Link copied to clipboard

The status of the VPC Peering.

Link copied to clipboard

The list of VPC IDs involved in the peering.