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 RetentionConfiguration Source #
An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in Config.
See: newRetentionConfiguration
smart constructor.
RetentionConfiguration' | |
|
Instances
newRetentionConfiguration Source #
:: Text | |
-> Natural | |
-> RetentionConfiguration |
Create a value of RetentionConfiguration
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:name:RetentionConfiguration'
, retentionConfiguration_name
- The name of the retention configuration object.
$sel:retentionPeriodInDays:RetentionConfiguration'
, retentionConfiguration_retentionPeriodInDays
- Number of days Config stores your historical information.
Currently, only applicable to the configuration item history.
retentionConfiguration_name :: Lens' RetentionConfiguration Text Source #
The name of the retention configuration object.
retentionConfiguration_retentionPeriodInDays :: Lens' RetentionConfiguration Natural Source #
Number of days Config stores your historical information.
Currently, only applicable to the configuration item history.