Class AssetManifestProperties.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloudassembly.schema.AssetManifestProperties.Jsii$Proxy
- All Implemented Interfaces:
 AssetManifestProperties,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - AssetManifestProperties
 
@Stability(Stable)
@Internal
public static final class AssetManifestProperties.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AssetManifestProperties
An implementation for 
AssetManifestProperties- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.AssetManifestProperties
AssetManifestProperties.Builder, AssetManifestProperties.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAssetManifestProperties.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSSM parameter where the bootstrap stack version number can be found.final StringgetFile()Filename of the asset manifest.final NumberVersion of bootstrap stack required to deploy this stack.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
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
Constructor that initializes the object based on literal property values passed by theAssetManifestProperties.Builder. 
 - 
 - 
Method Details
- 
getFile
Description copied from interface:AssetManifestPropertiesFilename of the asset manifest.- Specified by:
 getFilein interfaceAssetManifestProperties
 - 
getBootstrapStackVersionSsmParameter
Description copied from interface:AssetManifestPropertiesSSM 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:
 getBootstrapStackVersionSsmParameterin interfaceAssetManifestProperties
 - 
getRequiresBootstrapStackVersion
Description copied from interface:AssetManifestPropertiesVersion of bootstrap stack required to deploy this stack.Default: - Version 1 (basic modern bootstrap stack)
- Specified by:
 getRequiresBootstrapStackVersionin interfaceAssetManifestProperties
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -