Skip to main content

AWSECSExecuteCommandLoggingType

No description

enum AWSECSExecuteCommandLoggingType {
NONE
DEFAULT
OVERRIDE
}

Values

AWSECSExecuteCommandLoggingType.NONE

The execute command session is not logged

AWSECSExecuteCommandLoggingType.DEFAULT

The awslogs configuration in the task definition is used

AWSECSExecuteCommandLoggingType.OVERRIDE

The logging details are specified by AWSECSExecuteCommandLogConfiguration

Member of

AWSECSExecuteCommandConfiguration object