Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MonitoringConfiguration = MonitoringConfiguration' {}
- newMonitoringConfiguration :: ConfigurationType -> MonitoringConfiguration
- monitoringConfiguration_logLevel :: Lens' MonitoringConfiguration (Maybe LogLevel)
- monitoringConfiguration_metricsLevel :: Lens' MonitoringConfiguration (Maybe MetricsLevel)
- monitoringConfiguration_configurationType :: Lens' MonitoringConfiguration ConfigurationType
Documentation
data MonitoringConfiguration Source #
Describes configuration parameters for Amazon CloudWatch logging for an application. For more information about CloudWatch logging, see Monitoring.
See: newMonitoringConfiguration
smart constructor.
MonitoringConfiguration' | |
|
Instances
newMonitoringConfiguration Source #
Create a value of MonitoringConfiguration
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:logLevel:MonitoringConfiguration'
, monitoringConfiguration_logLevel
- Describes the verbosity of the CloudWatch Logs for an application.
$sel:metricsLevel:MonitoringConfiguration'
, monitoringConfiguration_metricsLevel
- Describes the granularity of the CloudWatch Logs for an application. The
Parallelism
level is not recommended for applications with a
Parallelism over 64 due to excessive costs.
$sel:configurationType:MonitoringConfiguration'
, monitoringConfiguration_configurationType
- Describes whether to use the default CloudWatch logging configuration
for an application. You must set this property to CUSTOM
in order to
set the LogLevel
or MetricsLevel
parameters.
monitoringConfiguration_logLevel :: Lens' MonitoringConfiguration (Maybe LogLevel) Source #
Describes the verbosity of the CloudWatch Logs for an application.
monitoringConfiguration_metricsLevel :: Lens' MonitoringConfiguration (Maybe MetricsLevel) Source #
Describes the granularity of the CloudWatch Logs for an application. The
Parallelism
level is not recommended for applications with a
Parallelism over 64 due to excessive costs.
monitoringConfiguration_configurationType :: Lens' MonitoringConfiguration ConfigurationType Source #
Describes whether to use the default CloudWatch logging configuration
for an application. You must set this property to CUSTOM
in order to
set the LogLevel
or MetricsLevel
parameters.