rds_switchover_blue_green_deployment: Switches over a blue/green deployment

View source: R/rds_operations.R

rds_switchover_blue_green_deploymentR Documentation

Switches over a blue/green deployment

Description

Switches over a blue/green deployment.

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

Usage

rds_switchover_blue_green_deployment(
  BlueGreenDeploymentIdentifier,
  SwitchoverTimeout = NULL
)

Arguments

BlueGreenDeploymentIdentifier

[required] The unique identifier of the blue/green deployment.

Constraints:

  • Must match an existing blue/green deployment identifier.

SwitchoverTimeout

The amount of time, in seconds, for the switchover to complete.

Default: 300

If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.