Class AssetManifestProperties.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.amazon.awscdk.cloudassembly.schema.AssetManifestProperties.Jsii$Proxy
-
- All Implemented Interfaces:
AssetManifestOptions,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 forAssetManifestProperties
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.AssetManifestProperties
AssetManifestProperties.Builder, AssetManifestProperties.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AssetManifestProperties.Builder builder)Constructor 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBootstrapStackVersionSsmParameter()SSM parameter where the bootstrap stack version number can be found.StringgetFile()Filename of the asset manifest.NumbergetRequiresBootstrapStackVersion()Version of bootstrap stack required to deploy this stack.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(AssetManifestProperties.Builder builder)
Constructor that initializes the object based on literal property values passed by theAssetManifestProperties.Builder.
-
-
Method Detail
-
getFile
public final String getFile()
Description copied from interface:AssetManifestPropertiesFilename of the asset manifest.- Specified by:
getFilein interfaceAssetManifestProperties
-
getBootstrapStackVersionSsmParameter
public final String getBootstrapStackVersionSsmParameter()
Description copied from interface:AssetManifestOptionsSSM 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 interfaceAssetManifestOptions
-
getRequiresBootstrapStackVersion
public final Number getRequiresBootstrapStackVersion()
Description copied from interface:AssetManifestOptionsVersion of bootstrap stack required to deploy this stack.Default: - Version 1 (basic modern bootstrap stack)
- Specified by:
getRequiresBootstrapStackVersionin interfaceAssetManifestOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-