@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.614Z") @Stability(value=Experimental) public interface AssemblyManifest extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssemblyManifest.Builder
A builder for
AssemblyManifest |
static class |
AssemblyManifest.Jsii$Proxy
An implementation for
AssemblyManifest |
| Modifier and Type | Method and Description |
|---|---|
static AssemblyManifest.Builder |
builder() |
default Map<String,ArtifactManifest> |
getArtifacts()
(experimental) The set of artifacts in this assembly.
|
default List<MissingContext> |
getMissing()
(experimental) Missing context information.
|
default RuntimeInfo |
getRuntime()
(experimental) Runtime information.
|
String |
getVersion()
(experimental) Protocol version.
|
@Stability(value=Experimental) @NotNull String getVersion()
@Stability(value=Experimental) @Nullable default Map<String,ArtifactManifest> getArtifacts()
Default: - no artifacts.
@Stability(value=Experimental) @Nullable default List<MissingContext> getMissing()
If this field has values, it means that the cloud assembly is not complete and should not be deployed.
Default: - no missing context.
@Stability(value=Experimental) @Nullable default RuntimeInfo getRuntime()
Default: - no info.
@Stability(value=Experimental) static AssemblyManifest.Builder builder()
AssemblyManifest.Builder of AssemblyManifestCopyright © 2021. All rights reserved.