| 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.KeySpaces.Types.TimeToLive
Description
Synopsis
Documentation
data TimeToLive Source #
Enable custom Time to Live (TTL) settings for rows and columns without setting a TTL default for the specified table.
For more information, see Enabling TTL on tables in the Amazon Keyspaces Developer Guide.
See: newTimeToLive smart constructor.
Constructors
| TimeToLive' | |
Fields
| |
Instances
Arguments
| :: TimeToLiveStatus | |
| -> TimeToLive |
Create a value of TimeToLive 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:status:TimeToLive', timeToLive_status - Shows how to enable custom Time to Live (TTL) settings for the specified
table.
timeToLive_status :: Lens' TimeToLive TimeToLiveStatus Source #
Shows how to enable custom Time to Live (TTL) settings for the specified table.