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.
    • 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