Package software.amazon.awscdk
Class CfnStackSet.ManagedExecutionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.CfnStackSet.ManagedExecutionProperty
CfnStackSet.ManagedExecutionProperty.Builder, CfnStackSet.ManagedExecutionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStackSet.ManagedExecutionProperty.Builder.protectedJsii$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.ManagedExecutionPropertyWhentrue, 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.Returns union: either
BooleanorIResolvable- Specified by:
getActivein interfaceCfnStackSet.ManagedExecutionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-