View source: R/docdb_operations.R
docdb_modify_db_cluster | R Documentation |
Modifies a setting for an Amazon DocumentDB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
See https://www.paws-r-sdk.com/docs/docdb_modify_db_cluster/ for full documentation.
docdb_modify_db_cluster(
DBClusterIdentifier,
NewDBClusterIdentifier = NULL,
ApplyImmediately = NULL,
BackupRetentionPeriod = NULL,
DBClusterParameterGroupName = NULL,
VpcSecurityGroupIds = NULL,
Port = NULL,
MasterUserPassword = NULL,
PreferredBackupWindow = NULL,
PreferredMaintenanceWindow = NULL,
CloudwatchLogsExportConfiguration = NULL,
EngineVersion = NULL,
AllowMajorVersionUpgrade = NULL,
DeletionProtection = NULL,
StorageType = NULL
)
DBClusterIdentifier |
[required] The cluster identifier for the cluster that is being modified. This parameter is not case sensitive. Constraints:
|
NewDBClusterIdentifier |
The new cluster identifier for the cluster when renaming a cluster. This value is stored as a lowercase string. Constraints:
Example: |
ApplyImmediately |
A value that specifies whether the changes in this request and any
pending changes are asynchronously applied as soon as possible,
regardless of the The Default: |
BackupRetentionPeriod |
The number of days for which automated backups are retained. You must specify a minimum value of 1. Default: 1 Constraints:
|
DBClusterParameterGroupName |
The name of the cluster parameter group to use for the cluster. |
VpcSecurityGroupIds |
A list of virtual private cloud (VPC) security groups that the cluster will belong to. |
Port |
The port number on which the cluster accepts connections. Constraints: Must be a value from Default: The same port as the original cluster. |
MasterUserPassword |
The password for the master database user. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@). Constraints: Must contain from 8 to 100 characters. |
PreferredBackupWindow |
The daily time range during which automated backups are created if
automated backups are enabled, using the The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. Constraints:
|
PreferredMaintenanceWindow |
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun Constraints: Minimum 30-minute window. |
CloudwatchLogsExportConfiguration |
The configuration setting for the log types to be enabled for export to
Amazon CloudWatch Logs for a specific instance or cluster. The
|
EngineVersion |
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 To list all of the available engine versions for Amazon DocumentDB use the following command:
|
AllowMajorVersionUpgrade |
A value that indicates whether major version upgrades are allowed. Constraints: You must allow major version upgrades when specifying a
value for the |
DeletionProtection |
Specifies whether this cluster can be deleted. If |
StorageType |
The storage type to associate with the DB cluster. For information on storage types for Amazon DocumentDB clusters, see Cluster storage configurations in the Amazon DocumentDB Developer Guide. Valid values for storage type - Default value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.