Class AssetManifestProperties.Jsii$Proxy

    • Constructor Detail

      • 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.
    • Method Detail

      • 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
      • $jsii$toJson

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

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