@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.173Z") @Stability(value=Stable) public interface DockerImageAssetProps extends software.amazon.jsii.JsiiSerializable, DockerImageAssetOptions
Example:
// Example automatically generated from non-compiling source. May contain errors.
import software.amazon.awscdk.services.ecr.assets.DockerImageAsset;
DockerImageAsset asset = DockerImageAsset.Builder.create(this, "MyBuildImage")
.directory(path.join(__dirname, "my-image"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageAssetProps.Builder
A builder for
DockerImageAssetProps |
static class |
DockerImageAssetProps.Jsii$Proxy
An implementation for
DockerImageAssetProps |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageAssetProps.Builder |
builder() |
String |
getDirectory()
The directory where the Dockerfile is stored.
|
getBuildArgs, getFile, getInvalidation, getTargetgetExtraHashgetExclude, getFollowSymlinks, getIgnoreMode@Stability(value=Stable) @NotNull String getDirectory()
Any directory inside with a name that matches the CDK output folder (cdk.out by default) will be excluded from the asset
@Stability(value=Stable) static DockerImageAssetProps.Builder builder()
builder in interface DockerImageAssetOptionsbuilder in interface FileCopyOptionsbuilder in interface FileFingerprintOptionsDockerImageAssetProps.Builder of DockerImageAssetPropsCopyright © 2021. All rights reserved.