Struct aws_sdk_securityhub::model::aws_ec2_network_acl_entry::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEc2NetworkAclEntry
Implementations
The IPV4 network range for which to deny or allow access.
The IPV4 network range for which to deny or allow access.
Whether the rule is an egress rule. An egress rule is a rule that applies to traffic that leaves the subnet.
Whether the rule is an egress rule. An egress rule is a rule that applies to traffic that leaves the subnet.
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
The IPV6 network range for which to deny or allow access.
The IPV6 network range for which to deny or allow access.
For TCP or UDP protocols, the range of ports that the rule applies to.
For TCP or UDP protocols, the range of ports that the rule applies to.
The protocol that the rule applies to. To deny or allow access to all protocols, use the value -1.
The protocol that the rule applies to. To deny or allow access to all protocols, use the value -1.
Whether the rule is used to allow access or deny access.
Whether the rule is used to allow access or deny access.
The rule number. The rules are processed in order by their number.
The rule number. The rules are processed in order by their number.
Consumes the builder and constructs a AwsEc2NetworkAclEntry
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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