Class: Aws::EC2::Types::PeeringConnectionOptionsRequest

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

Overview

The VPC peering connection options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_dns_resolution_from_remote_vpcBoolean

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

Returns:

  • (Boolean)


57525
57526
57527
57528
57529
57530
57531
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57525

class PeeringConnectionOptionsRequest < 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)


57525
57526
57527
57528
57529
57530
57531
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57525

class PeeringConnectionOptionsRequest < 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)


57525
57526
57527
57528
57529
57530
57531
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57525

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