GetVpcPeeringConnectionPlainArgs

data class GetVpcPeeringConnectionPlainArgs(val cidrBlock: String? = null, val filters: List<GetVpcPeeringConnectionFilter>? = null, val id: String? = null, val ownerId: String? = null, val peerCidrBlock: String? = null, val peerOwnerId: String? = null, val peerRegion: String? = null, val peerVpcId: String? = null, val region: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetVpcPeeringConnectionPlainArgs>

A collection of arguments for invoking getVpcPeeringConnection.

Constructors

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

Properties

Link copied to clipboard
val cidrBlock: String? = null

Primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.

Link copied to clipboard

Custom filter block as described below.

Link copied to clipboard
val id: String? = null

ID of the specific VPC Peering Connection to retrieve.

Link copied to clipboard
val ownerId: String? = null

AWS account ID of the owner of the requester VPC of the specific VPC Peering Connection to retrieve.

Link copied to clipboard
val peerCidrBlock: String? = null

Primary CIDR block of the accepter VPC of the specific VPC Peering Connection to retrieve.

Link copied to clipboard
val peerOwnerId: String? = null

AWS account ID of the owner of the accepter VPC of the specific VPC Peering Connection to retrieve.

Link copied to clipboard
val peerRegion: String? = null

Region of the accepter VPC of the specific VPC Peering Connection to retrieve.

Link copied to clipboard
val peerVpcId: String? = null

ID of the accepter VPC of the specific VPC Peering Connection to retrieve.

Link copied to clipboard
val region: String? = null

Region of the requester VPC of the specific VPC Peering Connection to retrieve.

Link copied to clipboard
val status: String? = null

Status of the specific VPC Peering Connection to retrieve.

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

Map of tags, each pair of which must exactly match a pair on the desired VPC Peering Connection. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Link copied to clipboard
val vpcId: String? = null

ID of the requester VPC of the specific VPC Peering Connection to retrieve.

Functions

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