Class CfnCluster.ExecuteCommandConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnCluster.ExecuteCommandConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ExecuteCommandConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ExecuteCommandConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ExecuteCommandConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ExecuteCommandConfigurationProperty
An implementation for
CfnCluster.ExecuteCommandConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnCluster.ExecuteCommandConfigurationProperty
CfnCluster.ExecuteCommandConfigurationProperty.Builder, CfnCluster.ExecuteCommandConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.ExecuteCommandConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Specify an AWS Key Management Service key ID to encrypt the data between the local client and the container.final Object
The log configuration for the results of the execute command actions.final String
The log setting to use for redirecting logs for your execute command results.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.ExecuteCommandConfigurationProperty.Builder
.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnCluster.ExecuteCommandConfigurationProperty
Specify an AWS Key Management Service key ID to encrypt the data between the local client and the container.- Specified by:
getKmsKeyId
in interfaceCfnCluster.ExecuteCommandConfigurationProperty
-
getLogConfiguration
Description copied from interface:CfnCluster.ExecuteCommandConfigurationProperty
The log configuration for the results of the execute command actions.The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When
logging=OVERRIDE
is specified, alogConfiguration
must be provided.- Specified by:
getLogConfiguration
in interfaceCfnCluster.ExecuteCommandConfigurationProperty
-
getLogging
Description copied from interface:CfnCluster.ExecuteCommandConfigurationProperty
The log setting to use for redirecting logs for your execute command results. The following log settings are available.NONE
: The execute command session is not logged.DEFAULT
: Theawslogs
configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If noawslogs
log driver is configured in the task definition, the output won't be logged.OVERRIDE
: Specify the logging details as a part oflogConfiguration
. If theOVERRIDE
logging option is specified, thelogConfiguration
is required.
- Specified by:
getLogging
in interfaceCfnCluster.ExecuteCommandConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-