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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

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

Returns:

  • (Boolean)


68355
68356
68357
68358
68359
68360
68361
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68355

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

Deprecated.

Returns:

  • (Boolean)


68355
68356
68357
68358
68359
68360
68361
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68355

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

Deprecated.

Returns:

  • (Boolean)


68355
68356
68357
68358
68359
68360
68361
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68355

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