Class NestedStackProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the NestedStackProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final List<ITopic>
    Deprecated.
    (deprecated) The Simple Notification Service (SNS) topics to publish stack related events.
    Deprecated.
    (deprecated) The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created.
    final Duration
    Deprecated.
    (deprecated) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.
    final int
    Deprecated.
     

    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)
      Deprecated.
      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(NestedStackProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the NestedStackProps.Builder.
  • Method Details

    • getNotifications

      public final List<ITopic> getNotifications()
      Deprecated.
      Description copied from interface: NestedStackProps
      (deprecated) The Simple Notification Service (SNS) topics to publish stack related events.

      Default: - notifications are not sent for this stack.

      Specified by:
      getNotifications in interface NestedStackProps
    • getParameters

      public final Map<String,String> getParameters()
      Deprecated.
      Description copied from interface: NestedStackProps
      (deprecated) 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.

      The nested stack construct will automatically synthesize parameters in order to bind references from the parent stack(s) into the nested stack.

      Default: - no user-defined parameters are passed to the nested stack

      Specified by:
      getParameters in interface NestedStackProps
    • getTimeout

      public final Duration getTimeout()
      Deprecated.
      Description copied from interface: NestedStackProps
      (deprecated) The length of time that CloudFormation waits for the nested stack to reach the CREATE_COMPLETE state.

      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.

      Default: - no timeout

      Specified by:
      getTimeout in interface NestedStackProps
    • $jsii$toJson

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

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

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