class Aws::DocDB::Types::RestoreDBClusterFromSnapshotMessage


@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterFromSnapshotMessage AWS API Documentation
@return [Boolean]
deleted.
‘DeletionProtection` protects clusters from being accidentally
unless it is modified and `DeletionProtection` is disabled.
`DeletionProtection` is enabled, the cluster cannot be deleted
Specifies whether this cluster can be deleted. If
@!attribute [rw] deletion_protection
@return [Array<String>]
CloudWatch Logs.
A list of log types that must be enabled for exporting to Amazon
@!attribute [rw] enable_cloudwatch_logs_exports
@return [String]
not encrypted, then the restored DB cluster is not encrypted.
* If the snapshot or the cluster snapshot in `SnapshotIdentifier` is
snapshot.
KMS key that was used to encrypt the snapshot or the cluster
encrypted, then the restored cluster is encrypted using the AWS
* If the snapshot or cluster snapshot in `SnapshotIdentifier` is
following occurs:
If you do not specify a value for the `KmsKeyId` parameter, then the
ARN for the AWS KMS encryption key.
new cluster, then you can use the AWS KMS key alias instead of the
AWS account that owns the AWS KMS encryption key used to encrypt the
AWS KMS encryption key. If you are restoring a cluster with the same
The AWS KMS key identifier is the Amazon Resource Name (ARN) for the
cluster from a DB snapshot or cluster snapshot.
The AWS KMS key identifier to use when restoring an encrypted
@!attribute [rw] kms_key_id
@return [Array<Types::Tag>]
The tags to be assigned to the restored cluster.
@!attribute [rw] tags
@return [Array<String>]
cluster will belong to.
A list of virtual private cloud (VPC) security groups that the new
@!attribute [rw] vpc_security_group_ids
@return [String]
Example: `mySubnetgroup`
`DBSubnetGroup`.
Constraints: If provided, must match the name of an existing
The name of the subnet group to use for the new cluster.
@!attribute [rw] db_subnet_group_name
@return [Integer]
Default: The same port as the original cluster.
Constraints: Must be a value from `1150` to `65535`.
The port number on which the new cluster accepts connections.
@!attribute [rw] port
@return [String]
The version of the database engine to use for the new cluster.
@!attribute [rw] engine_version
@return [String]
Constraint: Must be compatible with the engine of the source.
Default: The same as source.
The database engine to use for the new cluster.
@!attribute [rw] engine
@return [String]
^
* Must match the identifier of an existing snapshot.
Constraints:
specify a snapshot.
specify a cluster snapshot. However, you can use only the ARN to
You can use either the name or the Amazon Resource Name (ARN) to
The identifier for the snapshot or cluster snapshot to restore from.
@!attribute [rw] snapshot_identifier
@return [String]
Example: `my-snapshot-id`
* Cannot end with a hyphen or contain two consecutive hyphens.
* The first character must be a letter.
* Must contain from 1 to 63 letters, numbers, or hyphens.
Constraints:
snapshot. This parameter isn’t case sensitive.
The name of the cluster to create from the snapshot or cluster
@!attribute [rw] db_cluster_identifier
@return [Array<String>]
the restored DB cluster can be created in.
Provides the list of Amazon EC2 Availability Zones that instances in
@!attribute [rw] availability_zones
}
deletion_protection: false,
enable_cloudwatch_logs_exports: [“String”],
kms_key_id: “String”,
],
},
value: “String”,
key: “String”,
{
tags: [
vpc_security_group_ids: [“String”],
db_subnet_group_name: “String”,
port: 1,
engine_version: “String”,
engine: “String”, # required
snapshot_identifier: “String”, # required
db_cluster_identifier: “String”, # required
availability_zones: [“String”],
{
data as a hash:
@note When making an API call, you may pass RestoreDBClusterFromSnapshotMessage
Represents the input to RestoreDBClusterFromSnapshot.