You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::PeeringConnectionOptionsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::PeeringConnectionOptionsRequest
 
- Defined in:
- (unknown)
Overview
When passing PeeringConnectionOptionsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  allow_dns_resolution_from_remote_vpc: false,
  allow_egress_from_local_classic_link_to_remote_vpc: false,
  allow_egress_from_local_vpc_to_remote_classic_link: false,
}
The VPC peering connection options.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #allow_dns_resolution_from_remote_vpc  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. 
- 
  
    
      #allow_egress_from_local_classic_link_to_remote_vpc  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If true, enables outbound communication from an EC2-Classic instance that\'s linked to a local VPC using ClassicLink to instances in a peer VPC. 
- 
  
    
      #allow_egress_from_local_vpc_to_remote_classic_link  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that\'s linked to a peer VPC using ClassicLink. 
Instance Attribute Details
#allow_dns_resolution_from_remote_vpc ⇒ Boolean
If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
#allow_egress_from_local_classic_link_to_remote_vpc ⇒ Boolean
If true, enables outbound communication from an EC2-Classic instance that\'s linked to a local VPC using ClassicLink to instances in a peer VPC.
#allow_egress_from_local_vpc_to_remote_classic_link ⇒ Boolean
If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that\'s linked to a peer VPC using ClassicLink.