Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ExecuteCommandConfiguration |
ExecuteCommandConfiguration.clone() |
ExecuteCommandConfiguration |
ClusterConfiguration.getExecuteCommandConfiguration()
The details of the execute command configuration.
|
ExecuteCommandConfiguration |
ExecuteCommandConfiguration.withKmsKeyId(String kmsKeyId)
Specify an Key Management Service key ID to encrypt the data between the local client and the container.
|
ExecuteCommandConfiguration |
ExecuteCommandConfiguration.withLogConfiguration(ExecuteCommandLogConfiguration logConfiguration)
The log configuration for the results of the execute command actions.
|
ExecuteCommandConfiguration |
ExecuteCommandConfiguration.withLogging(ExecuteCommandLogging logging)
The log setting to use for redirecting logs for your execute command results.
|
ExecuteCommandConfiguration |
ExecuteCommandConfiguration.withLogging(String logging)
The log setting to use for redirecting logs for your execute command results.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterConfiguration.setExecuteCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The details of the execute command configuration.
|
ClusterConfiguration |
ClusterConfiguration.withExecuteCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The details of the execute command configuration.
|
Copyright © 2025. All rights reserved.