CreateBlueGreenDeploymentRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the blue/green deployment.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source production database.

Link copied to clipboard
val tags: List<Tag>?

Tags to assign to the blue/green deployment.

Link copied to clipboard

The DB cluster parameter group associated with the Aurora DB cluster in the green environment.

Link copied to clipboard

Specify the DB instance class for the databases in the green environment.

Link copied to clipboard

The DB parameter group associated with the DB instance in the green environment.

Link copied to clipboard

The engine version of the database in the green environment.

Link copied to clipboard

Whether to upgrade the storage file system configuration on the green database. This option migrates the green DB instance from the older 32-bit file system to the preferred configuration. For more information, see Upgrading the storage file system for a DB instance.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String