Interface DeployCommand
-
- All Superinterfaces:
CdkCommand,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DeployCommand.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.776Z") @Stability(Stable) public interface DeployCommand extends software.amazon.jsii.JsiiSerializable, CdkCommand
Represents a cdk deploy command.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeployCommand.BuilderA builder forDeployCommandstatic classDeployCommand.Jsii$ProxyAn implementation forDeployCommand
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DeployCommand.Builderbuilder()default DeployOptionsgetArgs()Additional arguments to pass to the command This can be used to test specific CLI functionality.-
Methods inherited from interface software.amazon.awscdk.cloudassembly.schema.CdkCommand
getEnabled, getExpectedMessage, getExpectError
-
-
-
-
Method Detail
-
getArgs
@Stability(Stable) @Nullable default DeployOptions getArgs()
Additional arguments to pass to the command This can be used to test specific CLI functionality.Default: - only default args are used
-
builder
@Stability(Stable) static DeployCommand.Builder builder()
- Returns:
- a
DeployCommand.BuilderofDeployCommand
-
-