Class CfnStackProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStackProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStackProps
CfnStackProps-
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.CfnStackProps
CfnStackProps.Builder, CfnStackProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStackProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStackProps.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 booleanThe Amazon SNS topic ARNs to publish stack related events.final ObjectThe set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.getTags()Key-value pairs to associate with this stack.final StringThe URL of a file that contains the template body.final NumberThe length of time, in minutes, that CloudFormation waits for the nested stack to reach theCREATE_COMPLETEstate.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 theCfnStackProps.Builder.
-
-
Method Details
-
getNotificationArns
Description copied from interface:CfnStackPropsThe Amazon SNS topic ARNs to publish stack related events.You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
- Specified by:
getNotificationArnsin interfaceCfnStackProps- See Also:
-
getParameters
Description copied from interface:CfnStackPropsThe set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter.
If you use the
Reffunction to pass a parameter value to a nested stack, comma-delimited list parameters must be of typeString. In other words, you can't pass values that are of typeCommaDelimitedListto nested stacks.Required if the nested stack requires input parameters.
Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getParametersin interfaceCfnStackProps- See Also:
-
getTags
Description copied from interface:CfnStackPropsKey-value pairs to associate with this stack.CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
- Specified by:
getTagsin interfaceCfnStackProps- See Also:
-
getTemplateUrl
Description copied from interface:CfnStackPropsThe URL of a file that contains the template body.The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with
https://.Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
- Specified by:
getTemplateUrlin interfaceCfnStackProps- See Also:
-
getTimeoutInMinutes
Description copied from interface:CfnStackPropsThe length of time, in minutes, that CloudFormation waits for the nested stack to reach theCREATE_COMPLETEstate.The default is no timeout. When CloudFormation detects that the nested stack has reached the
CREATE_COMPLETEstate, it marks the nested stack resource asCREATE_COMPLETEin the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reachesCREATE_COMPLETE, CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack.Updates aren't supported.
- Specified by:
getTimeoutInMinutesin interfaceCfnStackProps- See Also:
-
$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()
-