@Stability(value=Stable) @Internal public static final class CfnCluster.ExecuteCommandConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.ExecuteCommandConfigurationProperty
CfnCluster.ExecuteCommandConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCluster.ExecuteCommandConfigurationProperty.Builder, CfnCluster.ExecuteCommandConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCluster.ExecuteCommandConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCluster.CapacityProviderStrategyItemProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getKmsKeyId()
Specify an AWS Key Management Service key ID to encrypt the data between the local client and the container.
|
Object |
getLogConfiguration()
The log configuration for the results of the execute command actions.
|
String |
getLogging()
The log setting to use for redirecting logs for your execute command results.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCluster.ExecuteCommandConfigurationProperty.Builder builder)
CfnCluster.CapacityProviderStrategyItemProperty.Builder.public final String getKmsKeyId()
CfnCluster.ExecuteCommandConfigurationPropertygetKmsKeyId in interface CfnCluster.ExecuteCommandConfigurationPropertypublic final Object getLogConfiguration()
CfnCluster.ExecuteCommandConfigurationProperty
The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When logging=OVERRIDE is specified, a logConfiguration must be provided.
getLogConfiguration in interface CfnCluster.ExecuteCommandConfigurationPropertypublic final String getLogging()
CfnCluster.ExecuteCommandConfigurationProperty
NONE : The execute command session is not logged.DEFAULT : The awslogs configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no awslogs log driver is configured in the task definition, the output won't be logged.OVERRIDE : Specify the logging details as a part of logConfiguration . If the OVERRIDE logging option is specified, the logConfiguration is required.getLogging in interface CfnCluster.ExecuteCommandConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.