Class AssetManifestOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloudassembly.schema.AssetManifestOptions.Jsii$Proxy
All Implemented Interfaces:
AssetManifestOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AssetManifestOptions

@Stability(Stable) @Internal public static final class AssetManifestOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssetManifestOptions
An implementation for AssetManifestOptions
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(AssetManifestOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AssetManifestOptions.Builder.
  • Method Details

    • getBootstrapStackVersionSsmParameter

      public final String getBootstrapStackVersionSsmParameter()
      Description copied from interface: AssetManifestOptions
      SSM parameter where the bootstrap stack version number can be found.

      • If this value is not set, the bootstrap stack name must be known at deployment time so the stack version can be looked up from the stack outputs.
      • If this value is set, the bootstrap stack can have any name because we won't need to look it up.

      Default: - Bootstrap stack version number looked up

      Specified by:
      getBootstrapStackVersionSsmParameter in interface AssetManifestOptions
    • getRequiresBootstrapStackVersion

      public final Number getRequiresBootstrapStackVersion()
      Description copied from interface: AssetManifestOptions
      Version of bootstrap stack required to deploy this stack.

      Default: - Version 1 (basic modern bootstrap stack)

      Specified by:
      getRequiresBootstrapStackVersion in interface AssetManifestOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object