Class GetVpcPeeringConnectionPlainArgs


  • public final class GetVpcPeeringConnectionPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • cidrBlock

        public java.util.Optional<java.lang.String> cidrBlock()
        Returns:
        Primary CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.
      • id

        public java.util.Optional<java.lang.String> id()
        Returns:
        ID of the specific VPC Peering Connection to retrieve.
      • ownerId

        public java.util.Optional<java.lang.String> ownerId()
        Returns:
        AWS account ID of the owner of the requester VPC of the specific VPC Peering Connection to retrieve.
      • peerCidrBlock

        public java.util.Optional<java.lang.String> peerCidrBlock()
        Returns:
        Primary CIDR block of the accepter VPC of the specific VPC Peering Connection to retrieve.
      • peerOwnerId

        public java.util.Optional<java.lang.String> peerOwnerId()
        Returns:
        AWS account ID of the owner of the accepter VPC of the specific VPC Peering Connection to retrieve.
      • peerRegion

        public java.util.Optional<java.lang.String> peerRegion()
        Returns:
        Region of the accepter VPC of the specific VPC Peering Connection to retrieve.
      • peerVpcId

        public java.util.Optional<java.lang.String> peerVpcId()
        Returns:
        ID of the accepter VPC of the specific VPC Peering Connection to retrieve.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        Region of the requester VPC of the specific VPC Peering Connection to retrieve.
      • status

        public java.util.Optional<java.lang.String> status()
        Returns:
        Status of the specific VPC Peering Connection to retrieve.
      • tags

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.String>> tags()
        Returns:
        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:
      • vpcId

        public java.util.Optional<java.lang.String> vpcId()
        Returns:
        ID of the requester VPC of the specific VPC Peering Connection to retrieve.