MonitoringConfiguration
Describes configuration parameters for Amazon CloudWatch logging for an application. For more information about CloudWatch logging, see Monitoring.
Contents
- ConfigurationType
-
Describes 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: Yes
- LogLevel
-
Describes the verbosity of the CloudWatch Logs for an application.
Type: String
Valid Values:
INFO | WARN | ERROR | DEBUG
Required: No
- 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.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: