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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CodeImageConfig
CodeImageConfig.Builder, CodeImageConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CodeImageConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theCodeImageConfig.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
getCmd()
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 String
URI to the Docker image.final String
Specify or override the WORKDIR on the specified Docker image or Dockerfile.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 theCodeImageConfig.Builder
.
-
-
Method Details
-
getImageUri
Description copied from interface:CodeImageConfig
URI to the Docker image.- Specified by:
getImageUri
in interfaceCodeImageConfig
-
getCmd
Description copied from interface:CodeImageConfig
Specify 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:
getCmd
in interfaceCodeImageConfig
- See Also:
-
getEntrypoint
Description copied from interface:CodeImageConfig
Specify 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:
getEntrypoint
in interfaceCodeImageConfig
- See Also:
-
getWorkingDirectory
Description copied from interface:CodeImageConfig
Specify 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:
getWorkingDirectory
in interfaceCodeImageConfig
- See Also:
-
$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()
-