@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.558Z") @Stability(value=Stable) public interface EcrImageCodeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EcrImageCodeProps.Builder
A builder for
EcrImageCodeProps |
static class |
EcrImageCodeProps.Jsii$Proxy
An implementation for
EcrImageCodeProps |
| Modifier and Type | Method and Description |
|---|---|
static EcrImageCodeProps.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.
|
default String |
getTag()
The image tag to use when pulling the image from ECR.
|
@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) @Nullable default String getTag()
Default: 'latest'
@Stability(value=Stable) static EcrImageCodeProps.Builder builder()
EcrImageCodeProps.Builder of EcrImageCodePropsCopyright © 2021. All rights reserved.