Restore Db Cluster from Snapshot
| neptune_restore_db_cluster_from_snapshot | R Documentation |
Creates a new DB cluster from a DB snapshot or DB cluster snapshot¶
Description¶
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
If a DB snapshot is specified, the target DB cluster is created from the source DB snapshot with a default configuration and default security group.
If a DB cluster snapshot is specified, the target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.
Usage¶
neptune_restore_db_cluster_from_snapshot(AvailabilityZones,
DBClusterIdentifier, SnapshotIdentifier, Engine, EngineVersion, Port,
DBSubnetGroupName, DatabaseName, OptionGroupName, VpcSecurityGroupIds,
Tags, KmsKeyId, EnableIAMDatabaseAuthentication,
EnableCloudwatchLogsExports, DBClusterParameterGroupName,
DeletionProtection, CopyTagsToSnapshot,
ServerlessV2ScalingConfiguration, StorageType)
Arguments¶
AvailabilityZonesProvides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in.
DBClusterIdentifier[required] The name of the DB cluster to create from the DB snapshot or DB cluster snapshot. This parameter isn't case-sensitive.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example:
my-snapshot-idSnapshotIdentifier[required] The identifier for the DB snapshot or DB cluster snapshot to restore from.
You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot.
Constraints:
Must match the identifier of an existing Snapshot.
Engine[required] The database engine to use for the new DB cluster.
Default: The same as source
Constraint: Must be compatible with the engine of the source
EngineVersionThe version of the database engine to use for the new DB cluster.
PortThe port number on which the new DB cluster accepts connections.
Constraints: Value must be
1150-65535Default: The same port as the original DB cluster.
DBSubnetGroupNameThe name of the DB subnet group to use for the new DB cluster.
Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example:
mySubnetgroupDatabaseNameNot supported.
OptionGroupName(Not supported by Neptune)
VpcSecurityGroupIdsA list of VPC security groups that the new DB cluster will belong to.
TagsThe tags to be assigned to the restored DB cluster.
KmsKeyIdThe Amazon KMS key identifier to use when restoring an encrypted DB cluster from a DB snapshot or DB cluster snapshot.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a DB cluster with the same Amazon account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.
If you do not specify a value for the
KmsKeyIdparameter, then the following will occur:If the DB snapshot or DB cluster snapshot in
SnapshotIdentifieris encrypted, then the restored DB cluster is encrypted using the KMS key that was used to encrypt the DB snapshot or DB cluster snapshot.If the DB snapshot or DB cluster snapshot in
SnapshotIdentifieris not encrypted, then the restored DB cluster is not encrypted.
EnableIAMDatabaseAuthenticationTrue to enable mapping of Amazon Identity and Access Management (IAM) accounts to database accounts, and otherwise false.
Default:
falseEnableCloudwatchLogsExportsThe list of logs that the restored DB cluster is to export to Amazon CloudWatch Logs.
DBClusterParameterGroupNameThe name of the DB cluster parameter group to associate with the new DB cluster.
Constraints:
If supplied, must match the name of an existing DBClusterParameterGroup.
DeletionProtectionA 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.
CopyTagsToSnapshotIf set to true, tags are copied to any snapshot of the restored DB cluster that is created.
ServerlessV2ScalingConfigurationContains the scaling configuration of a Neptune Serverless DB cluster.
For more information, see Using Amazon Neptune Serverless in the Amazon Neptune User Guide.
StorageTypeSpecifies the storage type to be associated with the DB cluster.
Valid values:
standard,iopt1Default:
standard
Value¶
A list with the following syntax:
list(
DBCluster = list(
AllocatedStorage = 123,
AvailabilityZones = list(
"string"
),
BackupRetentionPeriod = 123,
CharacterSetName = "string",
DatabaseName = "string",
DBClusterIdentifier = "string",
DBClusterParameterGroup = "string",
DBSubnetGroup = "string",
Status = "string",
PercentProgress = "string",
EarliestRestorableTime = as.POSIXct(
"2015-01-01"
),
Endpoint = "string",
ReaderEndpoint = "string",
MultiAZ = TRUE|FALSE,
Engine = "string",
EngineVersion = "string",
LatestRestorableTime = as.POSIXct(
"2015-01-01"
),
Port = 123,
MasterUsername = "string",
DBClusterOptionGroupMemberships = list(
list(
DBClusterOptionGroupName = "string",
Status = "string"
)
),
PreferredBackupWindow = "string",
PreferredMaintenanceWindow = "string",
ReplicationSourceIdentifier = "string",
ReadReplicaIdentifiers = list(
"string"
),
DBClusterMembers = list(
list(
DBInstanceIdentifier = "string",
IsClusterWriter = TRUE|FALSE,
DBClusterParameterGroupStatus = "string",
PromotionTier = 123
)
),
VpcSecurityGroups = list(
list(
VpcSecurityGroupId = "string",
Status = "string"
)
),
HostedZoneId = "string",
StorageEncrypted = TRUE|FALSE,
KmsKeyId = "string",
DbClusterResourceId = "string",
DBClusterArn = "string",
AssociatedRoles = list(
list(
RoleArn = "string",
Status = "string",
FeatureName = "string"
)
),
IAMDatabaseAuthenticationEnabled = TRUE|FALSE,
CloneGroupId = "string",
ClusterCreateTime = as.POSIXct(
"2015-01-01"
),
CopyTagsToSnapshot = TRUE|FALSE,
EnabledCloudwatchLogsExports = list(
"string"
),
PendingModifiedValues = list(
PendingCloudwatchLogsExports = list(
LogTypesToEnable = list(
"string"
),
LogTypesToDisable = list(
"string"
)
),
DBClusterIdentifier = "string",
IAMDatabaseAuthenticationEnabled = TRUE|FALSE,
EngineVersion = "string",
BackupRetentionPeriod = 123,
StorageType = "string",
AllocatedStorage = 123,
Iops = 123
),
DeletionProtection = TRUE|FALSE,
CrossAccountClone = TRUE|FALSE,
AutomaticRestartTime = as.POSIXct(
"2015-01-01"
),
ServerlessV2ScalingConfiguration = list(
MinCapacity = 123.0,
MaxCapacity = 123.0
),
GlobalClusterIdentifier = "string",
IOOptimizedNextAllowedModificationTime = as.POSIXct(
"2015-01-01"
),
StorageType = "string"
)
)
Request syntax¶
svc$restore_db_cluster_from_snapshot(
AvailabilityZones = list(
"string"
),
DBClusterIdentifier = "string",
SnapshotIdentifier = "string",
Engine = "string",
EngineVersion = "string",
Port = 123,
DBSubnetGroupName = "string",
DatabaseName = "string",
OptionGroupName = "string",
VpcSecurityGroupIds = list(
"string"
),
Tags = list(
list(
Key = "string",
Value = "string"
)
),
KmsKeyId = "string",
EnableIAMDatabaseAuthentication = TRUE|FALSE,
EnableCloudwatchLogsExports = list(
"string"
),
DBClusterParameterGroupName = "string",
DeletionProtection = TRUE|FALSE,
CopyTagsToSnapshot = TRUE|FALSE,
ServerlessV2ScalingConfiguration = list(
MinCapacity = 123.0,
MaxCapacity = 123.0
),
StorageType = "string"
)