@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.772Z") @Stability(value=Experimental) public interface ExecuteCommandConfiguration extends software.amazon.jsii.JsiiSerializable
For more information, see [ExecuteCommandConfiguration] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExecuteCommandConfiguration.Builder
A builder for
ExecuteCommandConfiguration |
static class |
ExecuteCommandConfiguration.Jsii$Proxy
An implementation for
ExecuteCommandConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteCommandConfiguration.Builder |
builder() |
default IKey |
getKmsKey()
(experimental) The AWS Key Management Service key ID to encrypt the data between the local client and the container.
|
default ExecuteCommandLogConfiguration |
getLogConfiguration()
(experimental) The log configuration for the results of the execute command actions.
|
default ExecuteCommandLogging |
getLogging()
(experimental) The log settings to use for logging the execute command session.
|
@Stability(value=Experimental) @Nullable default IKey getKmsKey()
Default: - none
@Stability(value=Experimental) @Nullable default ExecuteCommandLogConfiguration getLogConfiguration()
The logs can be sent to CloudWatch Logs or an Amazon S3 bucket.
Default: - none
@Stability(value=Experimental) @Nullable default ExecuteCommandLogging getLogging()
Default: - none
@Stability(value=Experimental) static ExecuteCommandConfiguration.Builder builder()
Copyright © 2021. All rights reserved.