@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-14T05:49:31.917Z") @Stability(value=Stable) 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()
The AWS Key Management Service key ID to encrypt the data between the local client and the container.
|
default ExecuteCommandLogConfiguration |
getLogConfiguration()
The log configuration for the results of the execute command actions.
|
default ExecuteCommandLogging |
getLogging()
The log settings to use for logging the execute command session.
|
@Stability(value=Stable) @Nullable default IKey getKmsKey()
Default: - none
@Stability(value=Stable) @Nullable default ExecuteCommandLogConfiguration getLogConfiguration()
The logs can be sent to CloudWatch Logs or an Amazon S3 bucket.
Default: - none
@Stability(value=Stable) @Nullable default ExecuteCommandLogging getLogging()
Default: - none
@Stability(value=Stable) static ExecuteCommandConfiguration.Builder builder()
Copyright © 2021. All rights reserved.