Class: Aws::SecurityHub::Types::VpcInfoPeeringOptionsDetails

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

Overview

Provides information about the VPC peering connection options for the accepter or requester VPC.

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)


31276
31277
31278
31279
31280
31281
31282
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31276

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

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

Returns:

  • (Boolean)


31276
31277
31278
31279
31280
31281
31282
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31276

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

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

Returns:

  • (Boolean)


31276
31277
31278
31279
31280
31281
31282
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31276

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