EnvironmentLoggingConfigurationArgs

data class EnvironmentLoggingConfigurationArgs(val dagProcessingLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null, val schedulerLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null, val taskLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null, val webserverLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null, val workerLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null) : ConvertibleToJava<EnvironmentLoggingConfigurationArgs>

Logging configuration for the environment.

Constructors

Link copied to clipboard
constructor(dagProcessingLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null, schedulerLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null, taskLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null, webserverLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null, workerLogs: Output<EnvironmentModuleLoggingConfigurationArgs>? = null)

Properties

Link copied to clipboard

Defines the processing logs sent to CloudWatch Logs and the logging level to send.

Link copied to clipboard

Defines the scheduler logs sent to CloudWatch Logs and the logging level to send.

Link copied to clipboard

Defines the task logs sent to CloudWatch Logs and the logging level to send.

Link copied to clipboard

Defines the web server logs sent to CloudWatch Logs and the logging level to send.

Link copied to clipboard

Defines the worker logs sent to CloudWatch Logs and the logging level to send.

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentLoggingConfigurationArgs