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 |
Documentation
data RetentionPolicy Source #
The retention policy for data stored on an Amazon Elastic File System (EFS) volume.
See: newRetentionPolicy
smart constructor.
RetentionPolicy' | |
|
Instances
newRetentionPolicy :: RetentionPolicy Source #
Create a value of RetentionPolicy
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:homeEfsFileSystem:RetentionPolicy'
, retentionPolicy_homeEfsFileSystem
- The default is Retain
, which specifies to keep the data stored on the
EFS volume.
Specify Delete
to delete the data stored on the EFS volume.
retentionPolicy_homeEfsFileSystem :: Lens' RetentionPolicy (Maybe RetentionType) Source #
The default is Retain
, which specifies to keep the data stored on the
EFS volume.
Specify Delete
to delete the data stored on the EFS volume.