Uses of Enum
software.amazon.awscdk.services.ecs.ExecuteCommandLogging
Packages that use ExecuteCommandLogging
-
Uses of ExecuteCommandLogging in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ExecuteCommandLoggingModifier and TypeMethodDescriptiondefault ExecuteCommandLogging
ExecuteCommandConfiguration.getLogging()
The log settings to use for logging the execute command session.final ExecuteCommandLogging
ExecuteCommandConfiguration.Jsii$Proxy.getLogging()
static ExecuteCommandLogging
Returns the enum constant of this type with the specified name.static ExecuteCommandLogging[]
ExecuteCommandLogging.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type ExecuteCommandLoggingModifier and TypeMethodDescriptionExecuteCommandConfiguration.Builder.logging
(ExecuteCommandLogging logging) Sets the value ofExecuteCommandConfiguration.getLogging()