@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-01T11:09:03.097Z") @Stability(value=Stable) public interface AssetManifest extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssetManifest.Builder
A builder for
AssetManifest |
static class |
AssetManifest.Jsii$Proxy
An implementation for
AssetManifest |
| Modifier and Type | Method and Description |
|---|---|
static AssetManifest.Builder |
builder() |
default Map<String,DockerImageAsset> |
getDockerImages()
The Docker image assets in this manifest.
|
default Map<String,FileAsset> |
getFiles()
The file assets in this manifest.
|
String |
getVersion()
Version of the manifest.
|
@Stability(value=Stable) @NotNull String getVersion()
@Stability(value=Stable) @Nullable default Map<String,DockerImageAsset> getDockerImages()
Default: - No Docker images
@Stability(value=Stable) @Nullable default Map<String,FileAsset> getFiles()
Default: - No files
@Stability(value=Stable) static AssetManifest.Builder builder()
AssetManifest.Builder of AssetManifestCopyright © 2021. All rights reserved.