Class CfnStackSet.ManagedExecutionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudformation.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.services.cloudformation.CfnStackSet.ManagedExecutionProperty
CfnStackSet.ManagedExecutionProperty.Builder, CfnStackSet.ManagedExecutionProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
, CloudFormation performs non-conflicting operations concurrently and queues conflicting operations.After conflicting operations finish, CloudFormation starts queued operations in request order.
If there are already running or queued operations, CloudFormation queues all incoming operations even if they are non-conflicting.
You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet.
When
false
(default), StackSets performs one operation at a time in request order.- Specified by:
getActive
in interfaceCfnStackSet.ManagedExecutionProperty
- See Also:
-
$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()
-