requester_vpc_info

EC2.VpcPeeringConnection.requester_vpc_info
  • (dict) --

    Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

    • CidrBlock (string) --

      The IPv4 CIDR block for the VPC.

    • Ipv6CidrBlockSet (list) --

      The IPv6 CIDR block for the VPC.

      • (dict) --

        Describes an IPv6 CIDR block.

        • Ipv6CidrBlock (string) --

          The IPv6 CIDR block.

    • CidrBlockSet (list) --

      Information about the IPv4 CIDR blocks for the VPC.

      • (dict) --

        Describes an IPv4 CIDR block.

        • CidrBlock (string) --

          The IPv4 CIDR block.

    • OwnerId (string) --

      The ID of the Amazon Web Services account that owns the VPC.

    • PeeringOptions (dict) --

      Information about the VPC peering connection options for the accepter or requester VPC.

      • AllowDnsResolutionFromRemoteVpc (boolean) --

        Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

      • AllowEgressFromLocalClassicLinkToRemoteVpc (boolean) --

        Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.

      • AllowEgressFromLocalVpcToRemoteClassicLink (boolean) --

        Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.

    • VpcId (string) --

      The ID of the VPC.

    • Region (string) --

      The Region in which the VPC is located.