| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.AnalysisAclRule
Description
Synopsis
- data AnalysisAclRule = AnalysisAclRule' {}
- newAnalysisAclRule :: AnalysisAclRule
- analysisAclRule_cidr :: Lens' AnalysisAclRule (Maybe Text)
- analysisAclRule_egress :: Lens' AnalysisAclRule (Maybe Bool)
- analysisAclRule_portRange :: Lens' AnalysisAclRule (Maybe PortRange)
- analysisAclRule_protocol :: Lens' AnalysisAclRule (Maybe Text)
- analysisAclRule_ruleAction :: Lens' AnalysisAclRule (Maybe Text)
- analysisAclRule_ruleNumber :: Lens' AnalysisAclRule (Maybe Int)
Documentation
data AnalysisAclRule Source #
Describes a network access control (ACL) rule.
See: newAnalysisAclRule smart constructor.
Constructors
| AnalysisAclRule' | |
Fields
| |
Instances
newAnalysisAclRule :: AnalysisAclRule Source #
Create a value of AnalysisAclRule with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cidr:AnalysisAclRule', analysisAclRule_cidr - The IPv4 address range, in CIDR notation.
$sel:egress:AnalysisAclRule', analysisAclRule_egress - Indicates whether the rule is an outbound rule.
$sel:portRange:AnalysisAclRule', analysisAclRule_portRange - The range of ports.
$sel:protocol:AnalysisAclRule', analysisAclRule_protocol - The protocol.
$sel:ruleAction:AnalysisAclRule', analysisAclRule_ruleAction - Indicates whether to allow or deny traffic that matches the rule.
$sel:ruleNumber:AnalysisAclRule', analysisAclRule_ruleNumber - The rule number.
analysisAclRule_cidr :: Lens' AnalysisAclRule (Maybe Text) Source #
The IPv4 address range, in CIDR notation.
analysisAclRule_egress :: Lens' AnalysisAclRule (Maybe Bool) Source #
Indicates whether the rule is an outbound rule.
analysisAclRule_portRange :: Lens' AnalysisAclRule (Maybe PortRange) Source #
The range of ports.
analysisAclRule_protocol :: Lens' AnalysisAclRule (Maybe Text) Source #
The protocol.
analysisAclRule_ruleAction :: Lens' AnalysisAclRule (Maybe Text) Source #
Indicates whether to allow or deny traffic that matches the rule.
analysisAclRule_ruleNumber :: Lens' AnalysisAclRule (Maybe Int) Source #
The rule number.