Interface CfnStackSetPropsMixin.ManagedExecutionProperty

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

@Stability(Stable) public static interface CfnStackSetPropsMixin.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.cfnpropertymixins.services.cloudformation.*;
 ManagedExecutionProperty managedExecutionProperty = ManagedExecutionProperty.builder()
         .active(false)
         .build();
 

See Also: