ModifyDbClusterRequest

Represents the input to ModifyDBCluster.

Types

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

Properties

Link copied to clipboard

A value that indicates whether major version upgrades are allowed.

Link copied to clipboard

A value that specifies whether the changes in this request and any pending changes are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the cluster. If this parameter is set to false, changes to the cluster are applied during the next maintenance window.

Link copied to clipboard

The number of days for which automated backups are retained. You must specify a minimum value of 1.

Link copied to clipboard

The configuration setting for the log types to be enabled for export to Amazon CloudWatch Logs for a specific instance or cluster. The EnableLogTypes and DisableLogTypes arrays determine which logs are exported (or not exported) to CloudWatch Logs.

Link copied to clipboard

The cluster identifier for the cluster that is being modified. This parameter is not case sensitive.

Link copied to clipboard

The name of the cluster parameter group to use for the cluster.

Link copied to clipboard

Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.

Link copied to clipboard

The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled.

Link copied to clipboard

The password for the master database user. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@).

Link copied to clipboard

The new cluster identifier for the cluster when renaming a cluster. This value is stored as a lowercase string.

Link copied to clipboard
val port: Int?

The port number on which the cluster accepts connections.

Link copied to clipboard

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

Link copied to clipboard

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Link copied to clipboard

The storage type to associate with the DB cluster.

Link copied to clipboard

A list of virtual private cloud (VPC) security groups that the cluster will belong to.

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