@Stability(value=Stable) @Internal public static final class ProductStackHistoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProductStackHistoryProps
ProductStackHistoryPropssoftware.amazon.jsii.JsiiObject.InitializationModeProductStackHistoryProps.Builder, ProductStackHistoryProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(ProductStackHistoryProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ProductStackHistoryProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getCurrentVersionLocked()
If this is set to true, the ProductStack will not be overwritten if a snapshot is found for the currentVersionName.
|
String |
getCurrentVersionName()
The current version name of the ProductStack.
|
String |
getDescription()
The description of the product version.
|
String |
getDirectory()
The directory where template snapshots will be stored.
|
ProductStack |
getProductStack()
The ProductStack whose history will be retained as a snapshot.
|
Boolean |
getValidateTemplate()
Whether the specified product template will be validated by CloudFormation.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ProductStackHistoryProps.Builder builder)
ProductStackHistoryProps.Builder.public final Boolean getCurrentVersionLocked()
ProductStackHistoryPropsgetCurrentVersionLocked in interface ProductStackHistoryPropspublic final String getCurrentVersionName()
ProductStackHistoryPropsgetCurrentVersionName in interface ProductStackHistoryPropspublic final ProductStack getProductStack()
ProductStackHistoryPropsgetProductStack in interface ProductStackHistoryPropspublic final String getDescription()
ProductStackHistoryPropsDefault: - No description provided
getDescription in interface ProductStackHistoryPropspublic final String getDirectory()
ProductStackHistoryPropsDefault: 'product-stack-snapshots'
getDirectory in interface ProductStackHistoryPropspublic final Boolean getValidateTemplate()
ProductStackHistoryPropsIf turned off, an invalid template configuration can be stored.
Default: true
getValidateTemplate in interface ProductStackHistoryProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.