Class CodeImageConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CodeImageConfig.Jsii$Proxy
- All Implemented Interfaces:
CodeImageConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CodeImageConfig
@Stability(Stable)
@Internal
public static final class CodeImageConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CodeImageConfig
An implementation for
CodeImageConfig-
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.lambda.CodeImageConfig
CodeImageConfig.Builder, CodeImageConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CodeImageConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeImageConfig.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 booleangetCmd()Specify or override the CMD on the specified Docker image or Dockerfile.Specify or override the ENTRYPOINT on the specified Docker image or Dockerfile.final StringURI to the Docker image.final StringSpecify or override the WORKDIR on the specified Docker image or Dockerfile.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 theCodeImageConfig.Builder.
-
-
Method Details
-
getImageUri
Description copied from interface:CodeImageConfigURI to the Docker image.- Specified by:
getImageUriin interfaceCodeImageConfig
-
getCmd
Description copied from interface:CodeImageConfigSpecify or override the CMD on the specified Docker image or Dockerfile.This needs to be in the 'exec form', viz.,
[ 'executable', 'param1', 'param2' ].Default: - use the CMD specified in the docker image or Dockerfile.
- Specified by:
getCmdin interfaceCodeImageConfig- See Also:
-
getEntrypoint
Description copied from interface:CodeImageConfigSpecify or override the ENTRYPOINT on the specified Docker image or Dockerfile.An ENTRYPOINT allows you to configure a container that will run as an executable. This needs to be in the 'exec form', viz.,
[ 'executable', 'param1', 'param2' ].Default: - use the ENTRYPOINT in the docker image or Dockerfile.
- Specified by:
getEntrypointin interfaceCodeImageConfig- See Also:
-
getWorkingDirectory
Description copied from interface:CodeImageConfigSpecify or override the WORKDIR on the specified Docker image or Dockerfile.A WORKDIR allows you to configure the working directory the container will use.
Default: - use the WORKDIR in the docker image or Dockerfile.
- Specified by:
getWorkingDirectoryin interfaceCodeImageConfig- 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()
-