getVpcPeeringConnections

Use this data source to get IDs of Amazon VPC peering connections To get more details on each connection, use the data resource aws.ec2.VpcPeeringConnection Note: To use this data source in a count, the resources should exist before trying to access the data source.

Example Usage

No Java example available.

Return

A collection of values returned by getVpcPeeringConnections.

Parameters

argument

A collection of arguments for invoking getVpcPeeringConnections.


Return

A collection of values returned by getVpcPeeringConnections.

Parameters

filters

Custom filter block as described below.

tags

Mapping 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:

See also


Return

A collection of values returned by getVpcPeeringConnections.

Parameters

argument

Builder for com.pulumi.aws.ec2.kotlin.inputs.GetVpcPeeringConnectionsPlainArgs.

See also