Class: Aws::EC2::Types::PeeringConnectionOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allow_dns_resolution_from_remote_vpcBoolean

If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.

Returns:

  • (Boolean)


52465
52466
52467
52468
52469
52470
52471
# File 'lib/aws-sdk-ec2/types.rb', line 52465

class PeeringConnectionOptions < 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

Deprecated.

Returns:

  • (Boolean)


52465
52466
52467
52468
52469
52470
52471
# File 'lib/aws-sdk-ec2/types.rb', line 52465

class PeeringConnectionOptions < 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

Deprecated.

Returns:

  • (Boolean)


52465
52466
52467
52468
52469
52470
52471
# File 'lib/aws-sdk-ec2/types.rb', line 52465

class PeeringConnectionOptions < 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