Interface CdkCommands
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CdkCommands.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.771Z") @Stability(Stable) public interface CdkCommands extends software.amazon.jsii.JsiiSerializable
Options for specific cdk commands that are run as part of the integration test workflow.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCdkCommands.BuilderA builder forCdkCommandsstatic classCdkCommands.Jsii$ProxyAn implementation forCdkCommands
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CdkCommands.Builderbuilder()default DeployCommandgetDeploy()Options to for the cdk deploy command.default DestroyCommandgetDestroy()Options to for the cdk destroy command.
-
-
-
Method Detail
-
getDeploy
@Stability(Stable) @Nullable default DeployCommand getDeploy()
Options to for the cdk deploy command.Default: - default deploy options
-
getDestroy
@Stability(Stable) @Nullable default DestroyCommand getDestroy()
Options to for the cdk destroy command.Default: - default destroy options
-
builder
@Stability(Stable) static CdkCommands.Builder builder()
- Returns:
- a
CdkCommands.BuilderofCdkCommands
-
-