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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnCluster.ExecuteCommandConfigurationProperty
CfnCluster.ExecuteCommandConfigurationProperty.Builder, CfnCluster.ExecuteCommandConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ExecuteCommandConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSpecify an AWS Key Management Service key ID to encrypt the data between the local client and the container.final ObjectThe log configuration for the results of the execute command actions.final StringThe log setting to use for redirecting logs for your execute command results.final inthashCode()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.ExecuteCommandConfigurationPropertySpecify an AWS Key Management Service key ID to encrypt the data between the local client and the container.- Specified by:
getKmsKeyIdin interfaceCfnCluster.ExecuteCommandConfigurationProperty- See Also:
-
getLogConfiguration
Description copied from interface:CfnCluster.ExecuteCommandConfigurationPropertyThe 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=OVERRIDEis specified, alogConfigurationmust be provided.Returns union: either
IResolvableorCfnCluster.ExecuteCommandLogConfigurationProperty- Specified by:
getLogConfigurationin interfaceCfnCluster.ExecuteCommandConfigurationProperty- See Also:
-
getLogging
Description copied from interface:CfnCluster.ExecuteCommandConfigurationPropertyThe 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: Theawslogsconfiguration in the task definition is used. If no logging parameter is specified, it defaults to this value. If noawslogslog driver is configured in the task definition, the output won't be logged.OVERRIDE: Specify the logging details as a part oflogConfiguration. If theOVERRIDElogging option is specified, thelogConfigurationis required.
- Specified by:
getLoggingin interfaceCfnCluster.ExecuteCommandConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-