Class CfnStackProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnStackProps.Jsii$Proxy
All Implemented Interfaces:
CfnStackProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnStackProps

@Stability(Stable) @Internal public static final class CfnStackProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackProps
An implementation for CfnStackProps
  • 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.core.CfnStackProps

    CfnStackProps.Builder, CfnStackProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnStackProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final List<String>
    The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events.
    final Object
    The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
    final List<CfnTag>
    Key-value pairs to associate with this stack.
    final String
    Location of file containing the template body.
    final Number
    The length of time, in minutes, that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnStackProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnStackProps.Builder.
  • Method Details

    • getTemplateUrl

      public final String getTemplateUrl()
      Description copied from interface: CfnStackProps
      Location of file containing the template body.

      The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see Template anatomy .

      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:
      getTemplateUrl in interface CfnStackProps
    • getNotificationArns

      public final List<String> getNotificationArns()
      Description copied from interface: CfnStackProps
      The Amazon Simple Notification Service (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:
      getNotificationArns in interface CfnStackProps
    • getParameters

      public final Object getParameters()
      Description copied from interface: CfnStackProps
      The 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 Ref function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type String . In other words, you can't pass values that are of type CommaDelimitedList to nested stacks.

      Conditional. 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.

      Specified by:
      getParameters in interface CfnStackProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnStackProps
      Key-value pairs to associate with this stack.

      AWS CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.

      Specified by:
      getTags in interface CfnStackProps
    • getTimeoutInMinutes

      public final Number getTimeoutInMinutes()
      Description copied from interface: CfnStackProps
      The length of time, in minutes, that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.

      The default is no timeout. When CloudFormation detects that the nested stack has reached the CREATE_COMPLETE state, it marks the nested stack resource as CREATE_COMPLETE in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches CREATE_COMPLETE , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack.

      Updates aren't supported.

      Specified by:
      getTimeoutInMinutes in interface CfnStackProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object