public static final class ExecuteCommandConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ExecuteCommandConfiguration
ExecuteCommandConfiguration
ExecuteCommandConfiguration.Builder, ExecuteCommandConfiguration.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
IKey |
getKmsKey()
The AWS Key Management Service key ID to encrypt the data between the local client and the container.
|
ExecuteCommandLogConfiguration |
getLogConfiguration()
The log configuration for the results of the execute command actions.
|
ExecuteCommandLogging |
getLogging()
The log settings to use for logging the execute command session.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IKey getKmsKey()
ExecuteCommandConfiguration
Default: - none
getKmsKey
in interface ExecuteCommandConfiguration
public final ExecuteCommandLogConfiguration getLogConfiguration()
ExecuteCommandConfiguration
The logs can be sent to CloudWatch Logs or an Amazon S3 bucket.
Default: - none
getLogConfiguration
in interface ExecuteCommandConfiguration
public final ExecuteCommandLogging getLogging()
ExecuteCommandConfiguration
Default: - none
getLogging
in interface ExecuteCommandConfiguration
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()