| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ExecuteCommandLogging |
ExecuteCommandConfiguration.getLogging()
(experimental) The log settings to use for logging the execute command session.
|
ExecuteCommandLogging |
ExecuteCommandConfiguration.Jsii$Proxy.getLogging() |
static ExecuteCommandLogging |
ExecuteCommandLogging.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.Builder.logging(ExecuteCommandLogging logging)
Sets the value of
ExecuteCommandConfiguration.getLogging() |
| Constructor and Description |
|---|
Jsii$Proxy(IKey kmsKey,
ExecuteCommandLogConfiguration logConfiguration,
ExecuteCommandLogging logging)
Constructor that initializes the object based on literal property values passed by the
ExecuteCommandConfiguration.Builder. |
Copyright © 2021. All rights reserved.