Interface AddStackOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AddStackOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:49.744Z") @Stability(Deprecated) @Deprecated public interface AddStackOptions extends software.amazon.jsii.JsiiSerializable
Deprecated.
This class is part of the old API. Use the API based on the CodePipeline class instead
(deprecated) Additional options for adding a stack deployment.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.pipelines.*;
 AddStackOptions addStackOptions = AddStackOptions.builder()
         .executeRunOrder(123)
         .runOrder(123)
         .build();