Class CfnClusterPropsMixin.ExecuteCommandConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnClusterPropsMixin.ExecuteCommandConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.ExecuteCommandConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.ExecuteCommandConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.ExecuteCommandConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.ExecuteCommandConfigurationProperty
An implementation for
CfnClusterPropsMixin.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.cfnpropertymixins.services.ecs.CfnClusterPropsMixin.ExecuteCommandConfigurationProperty
CfnClusterPropsMixin.ExecuteCommandConfigurationProperty.Builder, CfnClusterPropsMixin.ExecuteCommandConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.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 ObjectSpecify 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 theCfnClusterPropsMixin.ExecuteCommandConfigurationProperty.Builder.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnClusterPropsMixin.ExecuteCommandConfigurationPropertySpecify an AWS Key Management Service key ID to encrypt the data between the local client and the container.- Specified by:
getKmsKeyIdin interfaceCfnClusterPropsMixin.ExecuteCommandConfigurationProperty- See Also:
-
getLogConfiguration
Description copied from interface:CfnClusterPropsMixin.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
IResolvableorCfnClusterPropsMixin.ExecuteCommandLogConfigurationProperty- Specified by:
getLogConfigurationin interfaceCfnClusterPropsMixin.ExecuteCommandConfigurationProperty- See Also:
-
getLogging
Description copied from interface:CfnClusterPropsMixin.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 interfaceCfnClusterPropsMixin.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()
-