Struct aws_sdk_ec2::model::VpcPeeringConnectionOptionsDescription [−][src]
#[non_exhaustive]pub struct VpcPeeringConnectionOptionsDescription {
pub allow_dns_resolution_from_remote_vpc: Option<bool>,
pub allow_egress_from_local_classic_link_to_remote_vpc: Option<bool>,
pub allow_egress_from_local_vpc_to_remote_classic_link: Option<bool>,
}
Expand description
Describes the VPC peering connection options.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.allow_dns_resolution_from_remote_vpc: Option<bool>
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: Option<bool>
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: Option<bool>
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
Implementations
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
Creates a new builder-style object to manufacture VpcPeeringConnectionOptionsDescription
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more