Struct aws_sdk_ec2::model::PeeringConnectionOptionsRequest [−][src]
#[non_exhaustive]pub struct PeeringConnectionOptionsRequest {
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
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>
If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
allow_egress_from_local_classic_link_to_remote_vpc: Option<bool>
If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.
allow_egress_from_local_vpc_to_remote_classic_link: Option<bool>
If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.
Implementations
If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.
If true, enables outbound communication from an EC2-Classic instance that's linked to a local VPC using ClassicLink to instances in a peer VPC.
If true, enables outbound communication from instances in a local VPC to an EC2-Classic instance that's linked to a peer VPC using ClassicLink.
Creates a new builder-style object to manufacture PeeringConnectionOptionsRequest
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
impl Send for PeeringConnectionOptionsRequest
impl Sync for PeeringConnectionOptionsRequest
impl Unpin for PeeringConnectionOptionsRequest
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