Restore DB Cluster From Snapshot
GET {{aws_rds_base_url}}/?AvailabilityZones.AvailabilityZone.N&BacktrackWindow&CopyTagsToSnapshot&DatabaseName&DBClusterIdentifier&DBClusterParameterGroupName&DBSubnetGroupName&DeletionProtection&EnableCloudwatchLogsExports.member.N&EnableIAMDatabaseAuthentication&Engine&EngineMode&EngineVersion&KmsKeyId&OptionGroupName&Port&ScalingConfiguration&SnapshotIdentifier&Tags.Tag.N&VpcSecurityGroupIds.VpcSecurityGroupId.N&Action=RestoreDBClusterFromSnapshot&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AvailabilityZones.AvailabilityZone.N | null | Provides the list of Availability Zones (AZs) where instances in the restored DB cluster can be created. | |
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. | |
DatabaseName | null | The database name for the restored DB cluster. | |
DBClusterIdentifier | null | The name of the DB cluster to create from the DB snapshot or DB cluster snapshot. This parameter isn't case-sensitive. | |
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 name of the DB subnet group 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 Amazon 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. | |
Engine | null | The database engine to use for the new DB cluster. | |
EngineMode | null | The DB engine mode of the DB cluster, either provisioned, serverless, parallelquery, global, or multimaster. | |
EngineVersion | null | The version of the database engine to use for the new DB cluster. | |
KmsKeyId | null | The AWS KMS key identifier to use when restoring an encrypted DB cluster from a DB snapshot or DB cluster snapshot. | |
OptionGroupName | null | The name of the option group to use for the restored DB cluster. | |
Port | null | The port number on which the new DB cluster accepts connections. | |
ScalingConfiguration | null | For DB clusters in serverless DB engine mode, the scaling properties of the DB cluster. | |
SnapshotIdentifier | null | The identifier for the DB snapshot or DB cluster snapshot to restore from. | |
Tags.Tag.N | null | The tags to be assigned to the restored DB cluster. | |
VpcSecurityGroupIds.VpcSecurityGroupId.N | null | A list of VPC security groups that the new DB cluster will belong to. | |
Action | string | ||
Version | string |