rds_delete_blue_green_deployment {paws.database}R Documentation

Deletes a blue/green deployment

Description

Deletes a blue/green deployment.

See https://www.paws-r-sdk.com/docs/rds_delete_blue_green_deployment/ for full documentation.

Usage

rds_delete_blue_green_deployment(
  BlueGreenDeploymentIdentifier,
  DeleteTarget = NULL
)

Arguments

BlueGreenDeploymentIdentifier

[required] The unique identifier of the blue/green deployment to delete. This parameter isn't case-sensitive.

Constraints:

  • Must match an existing blue/green deployment identifier.

DeleteTarget

Specifies whether to delete the resources in the green environment. You can't specify this option if the blue/green deployment status is SWITCHOVER_COMPLETED.


[Package paws.database version 0.6.0 Index]