Class: Aws::SecurityHub::Types::VpcInfoPeeringOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::VpcInfoPeeringOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#allow_dns_resolution_from_remote_vpc ⇒ Boolean
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
-
#allow_egress_from_local_classic_link_to_remote_vpc ⇒ Boolean
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
-
#allow_egress_from_local_vpc_to_remote_classic_link ⇒ Boolean
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
Instance Attribute Details
#allow_dns_resolution_from_remote_vpc ⇒ Boolean
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
31480 31481 31482 31483 31484 31485 31486 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31480 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 |
#allow_egress_from_local_classic_link_to_remote_vpc ⇒ Boolean
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
31480 31481 31482 31483 31484 31485 31486 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31480 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 |
#allow_egress_from_local_vpc_to_remote_classic_link ⇒ Boolean
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
31480 31481 31482 31483 31484 31485 31486 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31480 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 |