Class CfnStackSet.ManagedExecutionProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnStackSet.ManagedExecutionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStackSet.ManagedExecutionProperty
  • 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(CfnStackSet.ManagedExecutionProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnStackSet.ManagedExecutionProperty.Builder.
  • Method Details

    • getActive

      public final Object getActive()
      Description copied from interface: CfnStackSet.ManagedExecutionProperty
      When true , StackSets performs non-conflicting operations concurrently and queues conflicting operations.

      After conflicting operations finish, StackSets starts queued operations in request order.

      If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.

      You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.

      When false (default), StackSets performs one operation at a time in request order.

      Specified by:
      getActive in interface CfnStackSet.ManagedExecutionProperty
    • $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