@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.485Z") @Stability(value=Experimental) public interface AssetImageCodeProps extends software.amazon.jsii.JsiiSerializable, DockerImageAssetOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssetImageCodeProps.Builder
A builder for
AssetImageCodeProps |
static class |
AssetImageCodeProps.Jsii$Proxy
An implementation for
AssetImageCodeProps |
| Modifier and Type | Method and Description |
|---|---|
static AssetImageCodeProps.Builder |
builder() |
default List<String> |
getCmd()
(experimental) Specify or override the CMD on the specified Docker image or Dockerfile.
|
default List<String> |
getEntrypoint()
(experimental) Specify or override the ENTRYPOINT on the specified Docker image or Dockerfile.
|
getBuildArgs, getFile, getTargetgetExtraHashgetExclude, getFollowSymlinks, getIgnoreMode@Stability(value=Experimental) @Nullable default List<String> getCmd()
This needs to be in the 'exec form', viz., [ 'executable', 'param1', 'param2' ].
Default: - use the CMD specified in the docker image or Dockerfile.
https://docs.docker.com/engine/reference/builder/#cmd@Stability(value=Experimental) @Nullable default List<String> getEntrypoint()
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.
https://docs.docker.com/engine/reference/builder/#entrypoint@Stability(value=Experimental) static AssetImageCodeProps.Builder builder()
builder in interface DockerImageAssetOptionsbuilder in interface FileCopyOptionsbuilder in interface FileFingerprintOptionsAssetImageCodeProps.Builder of AssetImageCodePropsCopyright © 2021. All rights reserved.