| 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.Chime.Types.ConversationRetentionSettings
Description
Documentation
data ConversationRetentionSettings Source #
The retention settings that determine how long to retain conversation messages for an Amazon Chime Enterprise account.
See: newConversationRetentionSettings smart constructor.
Constructors
| ConversationRetentionSettings' | |
Fields
| |
Instances
newConversationRetentionSettings :: ConversationRetentionSettings Source #
Create a value of ConversationRetentionSettings 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:retentionDays:ConversationRetentionSettings', conversationRetentionSettings_retentionDays - The number of days for which to retain conversation messages.
conversationRetentionSettings_retentionDays :: Lens' ConversationRetentionSettings (Maybe Natural) Source #
The number of days for which to retain conversation messages.