Deletes a blue/green deployment.
See https://www.paws-r-sdk.com/docs/rds_delete_blue_green_deployment/ for full documentation.
rds_delete_blue_green_deployment(
BlueGreenDeploymentIdentifier,
DeleteTarget = NULL
)
[required] The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.
Constraints:
Must match an existing blue/green deployment identifier.
A value that indicates whether to delete the resources in the green
environment. You can't specify this option if the blue/green deployment
status
is SWITCHOVER_COMPLETED
.