@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.552Z") @Stability(value=Stable) public interface CodeImageConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeImageConfig.Builder
A builder for
CodeImageConfig |
static class |
CodeImageConfig.Jsii$Proxy
An implementation for
CodeImageConfig |
| Modifier and Type | Method and Description |
|---|---|
static CodeImageConfig.Builder |
builder() |
default List<String> |
getCmd()
Specify or override the CMD on the specified Docker image or Dockerfile.
|
default List<String> |
getEntrypoint()
Specify or override the ENTRYPOINT on the specified Docker image or Dockerfile.
|
String |
getImageUri()
URI to the Docker image.
|
@Stability(value=Stable) @NotNull String getImageUri()
@Stability(value=Stable) @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=Stable) @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=Stable) static CodeImageConfig.Builder builder()
CodeImageConfig.Builder of CodeImageConfigCopyright © 2021. All rights reserved.