Class: Aws::EC2::Types::VpcPeeringConnectionOptionsDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the VPC peering connection options.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_dns_resolution_from_remote_vpcBoolean

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

Returns:

  • (Boolean)


37371
37372
37373
37374
37375
37376
# File 'lib/aws-sdk-ec2/types.rb', line 37371

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)
  include Aws::Structure
end

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

Returns:

  • (Boolean)


37371
37372
37373
37374
37375
37376
# File 'lib/aws-sdk-ec2/types.rb', line 37371

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)
  include Aws::Structure
end

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

Returns:

  • (Boolean)


37371
37372
37373
37374
37375
37376
# File 'lib/aws-sdk-ec2/types.rb', line 37371

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)
  include Aws::Structure
end