Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data IpRuleItem = IpRuleItem' {}
- newIpRuleItem :: IpRuleItem
- ipRuleItem_ruleDesc :: Lens' IpRuleItem (Maybe Text)
- ipRuleItem_ipRule :: Lens' IpRuleItem (Maybe Text)
Documentation
data IpRuleItem Source #
Describes a rule for an IP access control group.
See: newIpRuleItem
smart constructor.
Instances
newIpRuleItem :: IpRuleItem Source #
Create a value of IpRuleItem
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:ruleDesc:IpRuleItem'
, ipRuleItem_ruleDesc
- The description.
$sel:ipRule:IpRuleItem'
, ipRuleItem_ipRule
- The IP address range, in CIDR notation.
ipRuleItem_ruleDesc :: Lens' IpRuleItem (Maybe Text) Source #
The description.
ipRuleItem_ipRule :: Lens' IpRuleItem (Maybe Text) Source #
The IP address range, in CIDR notation.