Struct aws_sdk_networkfirewall::model::SubnetMapping
source · #[non_exhaustive]pub struct SubnetMapping { /* private fields */ }
Expand description
The ID for a subnet that you want to associate with the firewall. This is used with CreateFirewall
and AssociateSubnets
. Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
Implementations§
source§impl SubnetMapping
impl SubnetMapping
source§impl SubnetMapping
impl SubnetMapping
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubnetMapping
.
Trait Implementations§
source§impl Clone for SubnetMapping
impl Clone for SubnetMapping
source§fn clone(&self) -> SubnetMapping
fn clone(&self) -> SubnetMapping
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SubnetMapping
impl Debug for SubnetMapping
source§impl PartialEq<SubnetMapping> for SubnetMapping
impl PartialEq<SubnetMapping> for SubnetMapping
source§fn eq(&self, other: &SubnetMapping) -> bool
fn eq(&self, other: &SubnetMapping) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.