@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.508Z") @Stability(value=Experimental) public interface DockerBuildAssetOptions extends software.amazon.jsii.JsiiSerializable, DockerBuildOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerBuildAssetOptions.Builder
A builder for
DockerBuildAssetOptions |
static class |
DockerBuildAssetOptions.Jsii$Proxy
An implementation for
DockerBuildAssetOptions |
| Modifier and Type | Method and Description |
|---|---|
static DockerBuildAssetOptions.Builder |
builder() |
default String |
getImagePath()
(experimental) The path in the Docker image where the asset is located after the build operation.
|
default String |
getOutputPath()
(experimental) The path on the local filesystem where the asset will be copied using `docker cp`.
|
getBuildArgs, getFile@Stability(value=Experimental) @Nullable default String getImagePath()
Default: /asset
@Stability(value=Experimental) @Nullable default String getOutputPath()
Default: - a unique temporary directory in the system temp directory
@Stability(value=Experimental) static DockerBuildAssetOptions.Builder builder()
builder in interface DockerBuildOptionsDockerBuildAssetOptions.Builder of DockerBuildAssetOptionsCopyright © 2021. All rights reserved.