class Aws::DocDB::Types::RestoreDBClusterFromSnapshotMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/RestoreDBClusterFromSnapshotMessage AWS API Documentation
@return [String]
Default value is ‘standard `
Valid values for storage type - `standard | iopt1`
Guide*.
Cluster storage configurations in the *Amazon DocumentDB Developer
For information on storage types for Amazon DocumentDB clusters, see
The storage type to associate with the DB cluster.
@!attribute [rw] storage_type
@return [String]
and it cannot end with a hyphen or contain two consecutive hyphens.
letters, numbers or hyphens. Its first character must be a letter,
cluster parameter group. The string must consist of from 1 to 255
is used. If supplied, must match the name of an existing default DB
If this argument is omitted, the default DB cluster parameter group
Type: String. Required: No.
cluster.
The name of the DB cluster parameter group to associate with this DB
@!attribute [rw] db_cluster_parameter_group_name
@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
key that was used to encrypt the snapshot or the cluster snapshot.
encrypted, then the restored cluster is encrypted using the KMS
* If the snapshot or cluster snapshot in `SnapshotIdentifier` is
following occurs:
If you do not specify a value for the `KmsKeyId` parameter, then the
of the ARN for the KMS encryption key.
encrypt the new cluster, then you can use the KMS key alias instead
Web Services account that owns the KMS encryption key used to
encryption key. If you are restoring a cluster with the same Amazon
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS
from a DB snapshot or cluster snapshot.
The KMS key identifier to use when restoring an encrypted cluster
@!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
Represents the input to RestoreDBClusterFromSnapshot.