Class EcrImageCodeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.EcrImageCodeProps.Jsii$Proxy
- All Implemented Interfaces:
EcrImageCodeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EcrImageCodeProps
@Stability(Stable)
@Internal
public static final class EcrImageCodeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EcrImageCodeProps
An implementation for
EcrImageCodeProps
-
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.EcrImageCodeProps
EcrImageCodeProps.Builder, EcrImageCodeProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EcrImageCodeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcrImageCodeProps.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
getTag()
(deprecated) The image tag to use when pulling the image from ECR.final String
The image tag or digest to use when pulling the image from ECR (digests must start withsha256:
).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 theEcrImageCodeProps.Builder
.
-
-
Method Details
-
getCmd
Description copied from interface:EcrImageCodeProps
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 interfaceEcrImageCodeProps
- See Also:
-
getEntrypoint
Description copied from interface:EcrImageCodeProps
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 interfaceEcrImageCodeProps
- See Also:
-
getTag
Description copied from interface:EcrImageCodeProps
(deprecated) The image tag to use when pulling the image from ECR.Default: 'latest'
- Specified by:
getTag
in interfaceEcrImageCodeProps
-
getTagOrDigest
Description copied from interface:EcrImageCodeProps
The image tag or digest to use when pulling the image from ECR (digests must start withsha256:
).Default: 'latest'
- Specified by:
getTagOrDigest
in interfaceEcrImageCodeProps
-
getWorkingDirectory
Description copied from interface:EcrImageCodeProps
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 interfaceEcrImageCodeProps
- 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()
-