| 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.LoggingConfiguration
Description
Documentation
data LoggingConfiguration Source #
The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
See: newLoggingConfiguration smart constructor.
Constructors
| LoggingConfiguration' | |
Fields
| |
Instances
newLoggingConfiguration :: LoggingConfiguration Source #
Create a value of LoggingConfiguration 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:enableMediaMetricLogs:LoggingConfiguration', loggingConfiguration_enableMediaMetricLogs - Boolean that enables the logging of Voice Connector metrics to
Cloudwatch.
$sel:enableSIPLogs:LoggingConfiguration', loggingConfiguration_enableSIPLogs - When true, enables SIP message logs for sending to Amazon CloudWatch
Logs.
loggingConfiguration_enableMediaMetricLogs :: Lens' LoggingConfiguration (Maybe Bool) Source #
Boolean that enables the logging of Voice Connector metrics to Cloudwatch.
loggingConfiguration_enableSIPLogs :: Lens' LoggingConfiguration (Maybe Bool) Source #
When true, enables SIP message logs for sending to Amazon CloudWatch Logs.