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 WorkspacesIpGroup = WorkspacesIpGroup' {}
- newWorkspacesIpGroup :: WorkspacesIpGroup
- workspacesIpGroup_groupDesc :: Lens' WorkspacesIpGroup (Maybe Text)
- workspacesIpGroup_userRules :: Lens' WorkspacesIpGroup (Maybe [IpRuleItem])
- workspacesIpGroup_groupId :: Lens' WorkspacesIpGroup (Maybe Text)
- workspacesIpGroup_groupName :: Lens' WorkspacesIpGroup (Maybe Text)
Documentation
data WorkspacesIpGroup Source #
Describes an IP access control group.
See: newWorkspacesIpGroup
smart constructor.
Instances
newWorkspacesIpGroup :: WorkspacesIpGroup Source #
Create a value of WorkspacesIpGroup
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:groupDesc:WorkspacesIpGroup'
, workspacesIpGroup_groupDesc
- The description of the group.
$sel:userRules:WorkspacesIpGroup'
, workspacesIpGroup_userRules
- The rules.
$sel:groupId:WorkspacesIpGroup'
, workspacesIpGroup_groupId
- The identifier of the group.
$sel:groupName:WorkspacesIpGroup'
, workspacesIpGroup_groupName
- The name of the group.
workspacesIpGroup_groupDesc :: Lens' WorkspacesIpGroup (Maybe Text) Source #
The description of the group.
workspacesIpGroup_userRules :: Lens' WorkspacesIpGroup (Maybe [IpRuleItem]) Source #
The rules.
workspacesIpGroup_groupId :: Lens' WorkspacesIpGroup (Maybe Text) Source #
The identifier of the group.
workspacesIpGroup_groupName :: Lens' WorkspacesIpGroup (Maybe Text) Source #
The name of the group.