Class: Aws::EC2::Types::VpcPeeringConnectionOptionsDescription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpcPeeringConnectionOptionsDescription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the VPC peering connection options.
Constant Summary collapse
- SENSITIVE =
 []
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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Deprecated.
 - 
  
    
      #allow_egress_from_local_vpc_to_remote_classic_link  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Deprecated.
 
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.
      74297 74298 74299 74300 74301 74302 74303  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74297 class VpcPeeringConnectionOptionsDescription < Struct.new( :allow_dns_resolution_from_remote_vpc, :allow_egress_from_local_classic_link_to_remote_vpc, :allow_egress_from_local_vpc_to_remote_classic_link) SENSITIVE = [] include Aws::Structure end  | 
  
#allow_egress_from_local_classic_link_to_remote_vpc ⇒ Boolean
Deprecated.
      74297 74298 74299 74300 74301 74302 74303  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74297 class VpcPeeringConnectionOptionsDescription < Struct.new( :allow_dns_resolution_from_remote_vpc, :allow_egress_from_local_classic_link_to_remote_vpc, :allow_egress_from_local_vpc_to_remote_classic_link) SENSITIVE = [] include Aws::Structure end  | 
  
#allow_egress_from_local_vpc_to_remote_classic_link ⇒ Boolean
Deprecated.
      74297 74298 74299 74300 74301 74302 74303  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74297 class VpcPeeringConnectionOptionsDescription < Struct.new( :allow_dns_resolution_from_remote_vpc, :allow_egress_from_local_classic_link_to_remote_vpc, :allow_egress_from_local_vpc_to_remote_classic_link) SENSITIVE = [] include Aws::Structure end  |