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.IVSChat.Types.CloudWatchLogsDestinationConfiguration
Description
Synopsis
- data CloudWatchLogsDestinationConfiguration = CloudWatchLogsDestinationConfiguration' {
- logGroupName :: Text
- newCloudWatchLogsDestinationConfiguration :: Text -> CloudWatchLogsDestinationConfiguration
- cloudWatchLogsDestinationConfiguration_logGroupName :: Lens' CloudWatchLogsDestinationConfiguration Text
Documentation
data CloudWatchLogsDestinationConfiguration Source #
Specifies a CloudWatch Logs location where chat logs will be stored.
See: newCloudWatchLogsDestinationConfiguration
smart constructor.
Constructors
CloudWatchLogsDestinationConfiguration' | |
Fields
|
Instances
newCloudWatchLogsDestinationConfiguration Source #
Arguments
:: Text | |
-> CloudWatchLogsDestinationConfiguration |
Create a value of CloudWatchLogsDestinationConfiguration
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:logGroupName:CloudWatchLogsDestinationConfiguration'
, cloudWatchLogsDestinationConfiguration_logGroupName
- Name of the Amazon Cloudwatch Logs destination where chat activity will
be logged.
cloudWatchLogsDestinationConfiguration_logGroupName :: Lens' CloudWatchLogsDestinationConfiguration Text Source #
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.