GetVpcPeeringConnectionResult

data class GetVpcPeeringConnectionResult(val accepter: Map<String, Boolean>, val cidrBlock: String, val cidrBlockSets: List<GetVpcPeeringConnectionCidrBlockSet>, val filters: List<GetVpcPeeringConnectionFilter>? = null, val id: String, val ownerId: String, val peerCidrBlock: String, val peerCidrBlockSets: List<GetVpcPeeringConnectionPeerCidrBlockSet>, val peerOwnerId: String, val peerRegion: String, val peerVpcId: String, val region: String, val requester: Map<String, Boolean>, val status: String, val tags: Map<String, String>, val vpcId: String)

A collection of values returned by getVpcPeeringConnection.

Constructors

Link copied to clipboard
constructor(accepter: Map<String, Boolean>, cidrBlock: String, cidrBlockSets: List<GetVpcPeeringConnectionCidrBlockSet>, filters: List<GetVpcPeeringConnectionFilter>? = null, id: String, ownerId: String, peerCidrBlock: String, peerCidrBlockSets: List<GetVpcPeeringConnectionPeerCidrBlockSet>, peerOwnerId: String, peerRegion: String, peerVpcId: String, region: String, requester: Map<String, Boolean>, status: String, tags: Map<String, String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block that describes VPC Peering Connection (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.

Link copied to clipboard

CIDR block associated to the VPC of the specific VPC Peering Connection.

Link copied to clipboard

List of objects with CIDR blocks of the requester VPC.

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of objects with CIDR blocks of the accepter VPC.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configuration block that describes VPC Peering Connection (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard