| 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.CloudWatchLogGroupLogDestination
Description
Synopsis
- data CloudWatchLogGroupLogDestination = CloudWatchLogGroupLogDestination' {}
- newCloudWatchLogGroupLogDestination :: Text -> Text -> CloudWatchLogGroupLogDestination
- cloudWatchLogGroupLogDestination_cloudWatchLogGroupArn :: Lens' CloudWatchLogGroupLogDestination Text
- cloudWatchLogGroupLogDestination_logPrefix :: Lens' CloudWatchLogGroupLogDestination Text
Documentation
data CloudWatchLogGroupLogDestination Source #
The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.
See: newCloudWatchLogGroupLogDestination smart constructor.
Constructors
| CloudWatchLogGroupLogDestination' | |
Fields
| |
Instances
newCloudWatchLogGroupLogDestination Source #
Arguments
| :: Text |
|
| -> Text | |
| -> CloudWatchLogGroupLogDestination |
Create a value of CloudWatchLogGroupLogDestination 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:cloudWatchLogGroupArn:CloudWatchLogGroupLogDestination', cloudWatchLogGroupLogDestination_cloudWatchLogGroupArn - The Amazon Resource Name (ARN) of the log group where text and metadata
logs are delivered.
$sel:logPrefix:CloudWatchLogGroupLogDestination', cloudWatchLogGroupLogDestination_logPrefix - The prefix of the log stream name within the log group that you
specified
cloudWatchLogGroupLogDestination_cloudWatchLogGroupArn :: Lens' CloudWatchLogGroupLogDestination Text Source #
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
cloudWatchLogGroupLogDestination_logPrefix :: Lens' CloudWatchLogGroupLogDestination Text Source #
The prefix of the log stream name within the log group that you specified