GetVpcPeeringConnectionsPlainArgs

data class GetVpcPeeringConnectionsPlainArgs(val filters: List<GetVpcPeeringConnectionsFilter>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVpcPeeringConnectionsPlainArgs>

A collection of arguments for invoking getVpcPeeringConnections.

Constructors

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

Properties

Link copied to clipboard

Custom filter block as described below.

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

Mapping of tags, each pair of which must exactly match a pair on the desired VPC Peering Connection. The arguments of this data source act as filters for querying the available VPC peering connections.

Functions

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