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 MonitoringConfigurationUpdate = MonitoringConfigurationUpdate' {}
- newMonitoringConfigurationUpdate :: MonitoringConfigurationUpdate
- monitoringConfigurationUpdate_metricsLevelUpdate :: Lens' MonitoringConfigurationUpdate (Maybe MetricsLevel)
- monitoringConfigurationUpdate_logLevelUpdate :: Lens' MonitoringConfigurationUpdate (Maybe LogLevel)
- monitoringConfigurationUpdate_configurationTypeUpdate :: Lens' MonitoringConfigurationUpdate (Maybe ConfigurationType)
Documentation
data MonitoringConfigurationUpdate Source #
Describes updates to configuration parameters for Amazon CloudWatch logging for an application.
See: newMonitoringConfigurationUpdate
smart constructor.
MonitoringConfigurationUpdate' | |
|
Instances
newMonitoringConfigurationUpdate :: MonitoringConfigurationUpdate Source #
Create a value of MonitoringConfigurationUpdate
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:metricsLevelUpdate:MonitoringConfigurationUpdate'
, monitoringConfigurationUpdate_metricsLevelUpdate
- Describes updates to 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:logLevelUpdate:MonitoringConfigurationUpdate'
, monitoringConfigurationUpdate_logLevelUpdate
- Describes updates to the verbosity of the CloudWatch Logs for an
application.
$sel:configurationTypeUpdate:MonitoringConfigurationUpdate'
, monitoringConfigurationUpdate_configurationTypeUpdate
- Describes updates to 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.
monitoringConfigurationUpdate_metricsLevelUpdate :: Lens' MonitoringConfigurationUpdate (Maybe MetricsLevel) Source #
Describes updates to 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.
monitoringConfigurationUpdate_logLevelUpdate :: Lens' MonitoringConfigurationUpdate (Maybe LogLevel) Source #
Describes updates to the verbosity of the CloudWatch Logs for an application.
monitoringConfigurationUpdate_configurationTypeUpdate :: Lens' MonitoringConfigurationUpdate (Maybe ConfigurationType) Source #
Describes updates to 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.