| 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.WorkSpaces.Types.IpRuleItem
Description
Synopsis
- data IpRuleItem = IpRuleItem' {}
- newIpRuleItem :: IpRuleItem
- ipRuleItem_ipRule :: Lens' IpRuleItem (Maybe Text)
- ipRuleItem_ruleDesc :: Lens' IpRuleItem (Maybe Text)
Documentation
data IpRuleItem Source #
Describes a rule for an IP access control group.
See: newIpRuleItem smart constructor.
Constructors
| IpRuleItem' | |
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:ipRule:IpRuleItem', ipRuleItem_ipRule - The IP address range, in CIDR notation.
$sel:ruleDesc:IpRuleItem', ipRuleItem_ruleDesc - The description.
ipRuleItem_ipRule :: Lens' IpRuleItem (Maybe Text) Source #
The IP address range, in CIDR notation.
ipRuleItem_ruleDesc :: Lens' IpRuleItem (Maybe Text) Source #
The description.