| 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.SecurityLake.Types.RetentionSetting
Description
Synopsis
Documentation
data RetentionSetting Source #
Retention settings for the destination Amazon S3 buckets in Amazon Security Lake.
See: newRetentionSetting smart constructor.
Constructors
| RetentionSetting' | |
Fields
| |
Instances
newRetentionSetting :: RetentionSetting Source #
Create a value of RetentionSetting 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:retentionPeriod:RetentionSetting', retentionSetting_retentionPeriod - The retention period specifies a fixed period of time during which the
Security Lake object remains locked. You can specify the retention
period in days for one or more sources.
$sel:storageClass:RetentionSetting', retentionSetting_storageClass - The range of storage classes that you can choose from based on the data
access, resiliency, and cost requirements of your workloads.
retentionSetting_retentionPeriod :: Lens' RetentionSetting (Maybe Natural) Source #
The retention period specifies a fixed period of time during which the Security Lake object remains locked. You can specify the retention period in days for one or more sources.
retentionSetting_storageClass :: Lens' RetentionSetting (Maybe StorageClass) Source #
The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.