Package software.amazon.awscdk.core
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
An implementation for
CfnStackSet.ManagedExecutionProperty
-
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.CfnStackSet.ManagedExecutionProperty
CfnStackSet.ManagedExecutionProperty.Builder, CfnStackSet.ManagedExecutionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStackSet.ManagedExecutionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnStackSet.ManagedExecutionProperty.Builder
.
-
-
Method Details
-
getActive
Description copied from interface:CfnStackSet.ManagedExecutionProperty
Whentrue
, 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 interfaceCfnStackSet.ManagedExecutionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-