Application Monitoring Configuration Args
data class ApplicationMonitoringConfigurationArgs(val configurationType: Output<ApplicationMonitoringConfigurationConfigurationType>, val logLevel: Output<ApplicationMonitoringConfigurationLogLevel>? = null, val metricsLevel: Output<ApplicationMonitoringConfigurationMetricsLevel>? = null) : ConvertibleToJava<ApplicationMonitoringConfigurationArgs>
Describes configuration parameters for Amazon CloudWatch logging for a Java-based Kinesis Data Analytics application. For more information about CloudWatch logging, see Monitoring.
Constructors
Link copied to clipboard
constructor(configurationType: Output<ApplicationMonitoringConfigurationConfigurationType>, logLevel: Output<ApplicationMonitoringConfigurationLogLevel>? = null, metricsLevel: Output<ApplicationMonitoringConfigurationMetricsLevel>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Describes the verbosity of the CloudWatch Logs for an application.
Link copied to clipboard
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.