MonitoringConfigurationUpdate
Describes updates to configuration parameters for Amazon CloudWatch logging for an application.
Contents
- 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 theLogLevel
orMetricsLevel
parameters.Type: String
Valid Values:
DEFAULT | CUSTOM
Required: No
- LogLevelUpdate
-
Describes updates to the verbosity of the CloudWatch Logs for an application.
Type: String
Valid Values:
INFO | WARN | ERROR | DEBUG
Required: No
- 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.Type: String
Valid Values:
APPLICATION | TASK | OPERATOR | PARALLELISM
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: