View source: R/docdb_operations.R
docdb_restore_db_cluster_to_point_in_time | R Documentation |
Restores a cluster to an arbitrary point in time. Users can restore to any point in time before LatestRestorableTime
for up to BackupRetentionPeriod
days. The target cluster is created from the source cluster with the same configuration as the original cluster, except that the new cluster is created with the default security group.
See https://www.paws-r-sdk.com/docs/docdb_restore_db_cluster_to_point_in_time/ for full documentation.
docdb_restore_db_cluster_to_point_in_time(
DBClusterIdentifier,
RestoreType = NULL,
SourceDBClusterIdentifier,
RestoreToTime = NULL,
UseLatestRestorableTime = NULL,
Port = NULL,
DBSubnetGroupName = NULL,
VpcSecurityGroupIds = NULL,
Tags = NULL,
KmsKeyId = NULL,
EnableCloudwatchLogsExports = NULL,
DeletionProtection = NULL,
StorageType = NULL
)
DBClusterIdentifier |
[required] The name of the new cluster to be created. Constraints:
|
RestoreType |
The type of restore to be performed. You can specify one of the following values:
Constraints: You can't specify If you don't specify a |
SourceDBClusterIdentifier |
[required] The identifier of the source cluster from which to restore. Constraints:
|
RestoreToTime |
The date and time to restore the cluster to. Valid values: A time in Universal Coordinated Time (UTC) format. Constraints:
Example: |
UseLatestRestorableTime |
A value that is set to Default: Constraints: Cannot be specified if the |
Port |
The port number on which the new cluster accepts connections. Constraints: Must be a value from Default: The default port for the engine. |
DBSubnetGroupName |
The subnet group name to use for the new cluster. Constraints: If provided, must match the name of an existing
Example: |
VpcSecurityGroupIds |
A list of VPC security groups that the new cluster belongs to. |
Tags |
The tags to be assigned to the restored cluster. |
KmsKeyId |
The KMS key identifier to use when restoring an encrypted cluster from an encrypted cluster. The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a cluster with the same Amazon Web Services account that owns the KMS encryption key used to encrypt the new cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key. You can restore to a new cluster and encrypt the new cluster with an KMS
key that is different from the KMS key used to encrypt the source
cluster. The new DB cluster is encrypted with the KMS key identified by
the If you do not specify a value for the
If |
EnableCloudwatchLogsExports |
A list of log types that must be enabled for exporting to Amazon CloudWatch Logs. |
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.