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 ResourceDownloadOwnerSetting = ResourceDownloadOwnerSetting' {}
- newResourceDownloadOwnerSetting :: Text -> Permission -> ResourceDownloadOwnerSetting
- resourceDownloadOwnerSetting_groupOwner :: Lens' ResourceDownloadOwnerSetting Text
- resourceDownloadOwnerSetting_groupPermission :: Lens' ResourceDownloadOwnerSetting Permission
Documentation
data ResourceDownloadOwnerSetting Source #
The owner setting for downloaded machine learning resources.
See: newResourceDownloadOwnerSetting
smart constructor.
ResourceDownloadOwnerSetting' | |
|
Instances
newResourceDownloadOwnerSetting Source #
Create a value of ResourceDownloadOwnerSetting
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:groupOwner:ResourceDownloadOwnerSetting'
, resourceDownloadOwnerSetting_groupOwner
- The group owner of the resource. This is the name of an existing Linux
OS group on the system or a GID. The group's permissions are added to
the Lambda process.
$sel:groupPermission:ResourceDownloadOwnerSetting'
, resourceDownloadOwnerSetting_groupPermission
- The permissions that the group owner has to the resource. Valid values
are ''rw'' (read/write) or ''ro'' (read-only).
resourceDownloadOwnerSetting_groupOwner :: Lens' ResourceDownloadOwnerSetting Text Source #
The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
resourceDownloadOwnerSetting_groupPermission :: Lens' ResourceDownloadOwnerSetting Permission Source #
The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).