| 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.SageMaker.Types.RetentionPolicy
Description
Documentation
data RetentionPolicy Source #
The retention policy for data stored on an Amazon Elastic File System (EFS) volume.
See: newRetentionPolicy smart constructor.
Constructors
| RetentionPolicy' | |
Fields
| |
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.