Class ProductStackHistoryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicecatalog.ProductStackHistoryProps.Jsii$Proxy
- All Implemented Interfaces:
ProductStackHistoryProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ProductStackHistoryProps
@Stability(Stable)
@Internal
public static final class ProductStackHistoryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ProductStackHistoryProps
An implementation for
ProductStackHistoryProps
-
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.services.servicecatalog.ProductStackHistoryProps
ProductStackHistoryProps.Builder, ProductStackHistoryProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theProductStackHistoryProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Boolean
If this is set to true, the ProductStack will not be overwritten if a snapshot is found for the currentVersionName.final String
The current version name of the ProductStack.final String
The description of the product version.final String
The directory where template snapshots will be stored.final ProductStack
The ProductStack whose history will be retained as a snapshot.final Boolean
Whether the specified product template will be validated by CloudFormation.final int
hashCode()
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 theProductStackHistoryProps.Builder
.
-
-
Method Details
-
getCurrentVersionLocked
Description copied from interface:ProductStackHistoryProps
If this is set to true, the ProductStack will not be overwritten if a snapshot is found for the currentVersionName.- Specified by:
getCurrentVersionLocked
in interfaceProductStackHistoryProps
-
getCurrentVersionName
Description copied from interface:ProductStackHistoryProps
The current version name of the ProductStack.- Specified by:
getCurrentVersionName
in interfaceProductStackHistoryProps
-
getProductStack
Description copied from interface:ProductStackHistoryProps
The ProductStack whose history will be retained as a snapshot.- Specified by:
getProductStack
in interfaceProductStackHistoryProps
-
getDescription
Description copied from interface:ProductStackHistoryProps
The description of the product version.Default: - No description provided
- Specified by:
getDescription
in interfaceProductStackHistoryProps
-
getDirectory
Description copied from interface:ProductStackHistoryProps
The directory where template snapshots will be stored.Default: 'product-stack-snapshots'
- Specified by:
getDirectory
in interfaceProductStackHistoryProps
-
getValidateTemplate
Description copied from interface:ProductStackHistoryProps
Whether the specified product template will be validated by CloudFormation.If turned off, an invalid template configuration can be stored.
Default: true
- Specified by:
getValidateTemplate
in interfaceProductStackHistoryProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-