You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::VpcPeeringConnectionOptionsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcPeeringConnectionOptionsDescription
- Defined in:
- (unknown)
Overview
Describes the VPC peering connection options.
Returned by:
Instance Attribute Summary collapse
-
#allow_dns_resolution_from_remote_vpc ⇒ Boolean
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
-
#allow_egress_from_local_classic_link_to_remote_vpc ⇒ Boolean
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
-
#allow_egress_from_local_vpc_to_remote_classic_link ⇒ Boolean
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
Instance Attribute Details
#allow_dns_resolution_from_remote_vpc ⇒ Boolean
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
#allow_egress_from_local_classic_link_to_remote_vpc ⇒ Boolean
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
#allow_egress_from_local_vpc_to_remote_classic_link ⇒ Boolean
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.