Interface CfnStackSet.ManagedExecutionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStackSet.ManagedExecutionProperty.Jsii$Proxy
Enclosing class:
CfnStackSet

@Stability(Stable) public static interface CfnStackSet.ManagedExecutionProperty extends software.amazon.jsii.JsiiSerializable
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudformation.*;
 ManagedExecutionProperty managedExecutionProperty = ManagedExecutionProperty.builder()
         .active(false)
         .build();
 

See Also: