DeploymentAction
Action type of a deployment
enum DeploymentAction {
  PROVISION
  DECOMMISSION
  PLAN
}
Values
DeploymentAction.PROVISION
Provision new infrastructure
DeploymentAction.DECOMMISSION
Decommission existing infrastructure
DeploymentAction.PLAN
Plan deployment without executing
Member Of
BundleDeploymentSummary  object ● Deployment  object