Interface AssemblyManifest

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AssemblyManifest.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
               date="2024-09-18T12:13:36.880Z")
    @Stability(Stable)
    public interface AssemblyManifest
    extends software.amazon.jsii.JsiiSerializable
    A manifest which describes the cloud assembly.
    • Method Detail

      • getVersion

        @Stability(Stable)
        @NotNull
        String getVersion()
        Protocol version.
      • getArtifacts

        @Stability(Stable)
        @Nullable
        default Map<String,​ArtifactManifest> getArtifacts()
        The set of artifacts in this assembly.

        Default: - no artifacts.

      • getMissing

        @Stability(Stable)
        @Nullable
        default List<MissingContext> getMissing()
        Missing context information.

        If this field has values, it means that the cloud assembly is not complete and should not be deployed.

        Default: - no missing context.

      • getRuntime

        @Stability(Stable)
        @Nullable
        default RuntimeInfo getRuntime()
        Runtime information.

        Default: - no info.