@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.511Z") @Stability(value=Experimental) 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()
(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.
|
default String |
getTag()
(experimental) The image tag to use when pulling the image from ECR.
|
@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) @Nullable default String getTag()
Default: 'latest'
@Stability(value=Experimental) static EcrImageCodeProps.Builder builder()
EcrImageCodeProps.Builder of EcrImageCodePropsCopyright © 2021. All rights reserved.