Module: AWSCDK::ECS::ExecuteCommandLogging
- Defined in:
- ecs/execute_command_logging.rb
Overview
The log settings to use to for logging the execute command session.
For more information, see [Logging] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html#cfn-ecs-cluster-executecommandconfiguration-logging
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")