| 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.LexV2Models.Types.TextLogDestination
Description
Documentation
data TextLogDestination Source #
Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
See: newTextLogDestination smart constructor.
Constructors
| TextLogDestination' | |
Fields
| |
Instances
newTextLogDestination Source #
Arguments
| :: CloudWatchLogGroupLogDestination | |
| -> TextLogDestination |
Create a value of TextLogDestination 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:cloudWatch:TextLogDestination', textLogDestination_cloudWatch - Defines the Amazon CloudWatch Logs log group where text and metadata
logs are delivered.
textLogDestination_cloudWatch :: Lens' TextLogDestination CloudWatchLogGroupLogDestination Source #
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.