Package software.amazon.awscdk.cxapi
Class AwsCloudFormationStackProperties.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cxapi.AwsCloudFormationStackProperties.Jsii$Proxy
- All Implemented Interfaces:
AwsCloudFormationStackProperties,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AwsCloudFormationStackProperties
@Stability(Deprecated)
@Deprecated
@Internal
public static final class AwsCloudFormationStackProperties.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AwsCloudFormationStackProperties
Deprecated.
An implementation for
AwsCloudFormationStackProperties-
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.cxapi.AwsCloudFormationStackProperties
AwsCloudFormationStackProperties.Builder, AwsCloudFormationStackProperties.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theAwsCloudFormationStackProperties.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.Deprecated.(deprecated) Values for CloudFormation stack parameters that should be passed when the stack is deployed.final StringDeprecated.(deprecated) The name to use for the CloudFormation stack.final StringDeprecated.(deprecated) A file relative to the assembly root which contains the CloudFormation template for this stack.final BooleanDeprecated.(deprecated) Whether to enable termination protection for this stack.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theAwsCloudFormationStackProperties.Builder.
-
-
Method Details
-
getTemplateFile
Deprecated.Description copied from interface:AwsCloudFormationStackProperties(deprecated) A file relative to the assembly root which contains the CloudFormation template for this stack.- Specified by:
getTemplateFilein interfaceAwsCloudFormationStackProperties
-
getParameters
Deprecated.Description copied from interface:AwsCloudFormationStackProperties(deprecated) Values for CloudFormation stack parameters that should be passed when the stack is deployed.- Specified by:
getParametersin interfaceAwsCloudFormationStackProperties
-
getStackName
Deprecated.Description copied from interface:AwsCloudFormationStackProperties(deprecated) The name to use for the CloudFormation stack.Default: - name derived from artifact ID
- Specified by:
getStackNamein interfaceAwsCloudFormationStackProperties
-
getTerminationProtection
Deprecated.Description copied from interface:AwsCloudFormationStackProperties(deprecated) Whether to enable termination protection for this stack.Default: false
- Specified by:
getTerminationProtectionin interfaceAwsCloudFormationStackProperties
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-