Get Vpc Peering Connection Plain Args
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
Custom filter block as described below.
Link copied to clipboard
Primary CIDR block of the accepter VPC of the specific VPC Peering Connection to retrieve.
Link copied to clipboard
AWS account ID of the owner of the accepter VPC of the specific VPC Peering Connection to retrieve.
Link copied to clipboard
Region of the accepter VPC of the specific VPC Peering Connection to retrieve.
Link copied to clipboard
Map 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 connection. The given filters must match exactly one VPC peering connection whose data will be exported as attributes.