Restore DB Cluster To Point In Time
GET {{aws_rds_base_url}}/?BacktrackWindow&CopyTagsToSnapshot&DBClusterIdentifier&DBClusterParameterGroupName&DBSubnetGroupName&DeletionProtection&EnableCloudwatchLogsExports.member.N&EnableIAMDatabaseAuthentication&KmsKeyId&OptionGroupName&Port&RestoreToTime&RestoreType&SourceDBClusterIdentifier&Tags.Tag.N&UseLatestRestorableTime&VpcSecurityGroupIds.VpcSecurityGroupId.N&Action=RestoreDBClusterToPointInTime&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
BacktrackWindow | null | The target backtrack window, in seconds. To disable backtracking, set this value to 0. | |
CopyTagsToSnapshot | null | A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB cluster. The default is not to copy them. | |
DBClusterIdentifier | null | The name of the new DB cluster to be created. | |
DBClusterParameterGroupName | null | The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, the default DB cluster parameter group for the specified engine is used. | |
DBSubnetGroupName | null | The DB subnet group name to use for the new DB cluster. | |
DeletionProtection | null | A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. | |
EnableCloudwatchLogsExports.member.N | null | The list of logs that the restored DB cluster is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon Aurora User Guide. | |
EnableIAMDatabaseAuthentication | null | A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. | |
KmsKeyId | null | The AWS KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster. | |
OptionGroupName | null | The name of the option group for the new DB cluster. | |
Port | null | The port number on which the new DB cluster accepts connections. | |
RestoreToTime | null | The date and time to restore the DB cluster to. | |
RestoreType | null | The type of restore to be performed. You can specify one of the following values: | |
SourceDBClusterIdentifier | null | The identifier of the source DB cluster from which to restore. | |
Tags.Tag.N | null | A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide. | |
UseLatestRestorableTime | null | A value that indicates whether to restore the DB cluster to the latest restorable backup time. By default, the DB cluster isn't restored to the latest restorable backup time. | |
VpcSecurityGroupIds.VpcSecurityGroupId.N | null | A list of VPC security groups that the new DB cluster belongs to. | |
Action | string | ||
Version | string |