Module: AWSCDK::ECS::ExecuteCommandLogging

Defined in:
ecs/execute_command_logging.rb

Overview

Constant Summary collapse

NONE =
Deprecated.
Note:

Default:

The execute command session is not logged.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.ExecuteCommandLogging", "NONE")
DEFAULT =
Deprecated.
Note:

Default:

The awslogs configuration in the task definition is used.

If no logging parameter is specified, it defaults to this value. If no awslogs log driver is configured in the task definition, the output won't be logged.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.ExecuteCommandLogging", "DEFAULT")
OVERRIDE =
Deprecated.
Note:

Default:

Specify the logging details as a part of logConfiguration.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.ExecuteCommandLogging", "OVERRIDE")