#[non_exhaustive]pub struct RestoreDbClusterToPointInTimeInput {
pub db_cluster_identifier: Option<String>,
pub source_db_cluster_identifier: Option<String>,
pub restore_to_time: Option<DateTime>,
pub use_latest_restorable_time: bool,
pub port: Option<i32>,
pub db_subnet_group_name: Option<String>,
pub vpc_security_group_ids: Option<Vec<String>>,
pub tags: Option<Vec<Tag>>,
pub kms_key_id: Option<String>,
pub enable_cloudwatch_logs_exports: Option<Vec<String>>,
pub deletion_protection: Option<bool>,
}Expand description
Represents the input to RestoreDBClusterToPointInTime.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.db_cluster_identifier: Option<String>The name of the new cluster to be created.
Constraints:
-
Must contain from 1 to 63 letters, numbers, or hyphens.
-
The first character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
source_db_cluster_identifier: Option<String>The identifier of the source cluster from which to restore.
Constraints:
-
Must match the identifier of an existing
DBCluster.
restore_to_time: Option<DateTime>The date and time to restore the cluster to.
Valid values: A time in Universal Coordinated Time (UTC) format.
Constraints:
-
Must be before the latest restorable time for the instance.
-
Must be specified if the
UseLatestRestorableTimeparameter is not provided. -
Cannot be specified if the
UseLatestRestorableTimeparameter istrue. -
Cannot be specified if the
RestoreTypeparameter iscopy-on-write.
Example: 2015-03-07T23:45:00Z
use_latest_restorable_time: boolA value that is set to true to restore the cluster to the latest restorable backup time, and false otherwise.
Default: false
Constraints: Cannot be specified if the RestoreToTime parameter is provided.
port: Option<i32>The port number on which the new cluster accepts connections.
Constraints: Must be a value from 1150 to 65535.
Default: The default port for the engine.
db_subnet_group_name: Option<String>The subnet group name to use for the new cluster.
Constraints: If provided, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
vpc_security_group_ids: Option<Vec<String>>A list of VPC security groups that the new cluster belongs to.
The tags to be assigned to the restored cluster.
kms_key_id: Option<String>The KMS key identifier to use when restoring an encrypted cluster from an encrypted cluster.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a cluster with the same Amazon Web Services account that owns the KMS encryption key used to encrypt the new cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.
You can restore to a new cluster and encrypt the new cluster with an KMS key that is different from the KMS key used to encrypt the source cluster. The new DB cluster is encrypted with the KMS key identified by the KmsKeyId parameter.
If you do not specify a value for the KmsKeyId parameter, then the following occurs:
-
If the cluster is encrypted, then the restored cluster is encrypted using the KMS key that was used to encrypt the source cluster.
-
If the cluster is not encrypted, then the restored cluster is not encrypted.
If DBClusterIdentifier refers to a cluster that is not encrypted, then the restore request is rejected.
enable_cloudwatch_logs_exports: Option<Vec<String>>A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.
deletion_protection: Option<bool>Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
Implementations
sourceimpl RestoreDbClusterToPointInTimeInput
impl RestoreDbClusterToPointInTimeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreDBClusterToPointInTime, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreDBClusterToPointInTime, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<RestoreDBClusterToPointInTime>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreDbClusterToPointInTimeInput
sourceimpl RestoreDbClusterToPointInTimeInput
impl RestoreDbClusterToPointInTimeInput
sourcepub fn db_cluster_identifier(&self) -> Option<&str>
pub fn db_cluster_identifier(&self) -> Option<&str>
The name of the new cluster to be created.
Constraints:
-
Must contain from 1 to 63 letters, numbers, or hyphens.
-
The first character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
sourcepub fn source_db_cluster_identifier(&self) -> Option<&str>
pub fn source_db_cluster_identifier(&self) -> Option<&str>
The identifier of the source cluster from which to restore.
Constraints:
-
Must match the identifier of an existing
DBCluster.
sourcepub fn restore_to_time(&self) -> Option<&DateTime>
pub fn restore_to_time(&self) -> Option<&DateTime>
The date and time to restore the cluster to.
Valid values: A time in Universal Coordinated Time (UTC) format.
Constraints:
-
Must be before the latest restorable time for the instance.
-
Must be specified if the
UseLatestRestorableTimeparameter is not provided. -
Cannot be specified if the
UseLatestRestorableTimeparameter istrue. -
Cannot be specified if the
RestoreTypeparameter iscopy-on-write.
Example: 2015-03-07T23:45:00Z
sourcepub fn use_latest_restorable_time(&self) -> bool
pub fn use_latest_restorable_time(&self) -> bool
A value that is set to true to restore the cluster to the latest restorable backup time, and false otherwise.
Default: false
Constraints: Cannot be specified if the RestoreToTime parameter is provided.
sourcepub fn port(&self) -> Option<i32>
pub fn port(&self) -> Option<i32>
The port number on which the new cluster accepts connections.
Constraints: Must be a value from 1150 to 65535.
Default: The default port for the engine.
sourcepub fn db_subnet_group_name(&self) -> Option<&str>
pub fn db_subnet_group_name(&self) -> Option<&str>
The subnet group name to use for the new cluster.
Constraints: If provided, must match the name of an existing DBSubnetGroup.
Example: mySubnetgroup
sourcepub fn vpc_security_group_ids(&self) -> Option<&[String]>
pub fn vpc_security_group_ids(&self) -> Option<&[String]>
A list of VPC security groups that the new cluster belongs to.
The tags to be assigned to the restored cluster.
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The KMS key identifier to use when restoring an encrypted cluster from an encrypted cluster.
The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a cluster with the same Amazon Web Services account that owns the KMS encryption key used to encrypt the new cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.
You can restore to a new cluster and encrypt the new cluster with an KMS key that is different from the KMS key used to encrypt the source cluster. The new DB cluster is encrypted with the KMS key identified by the KmsKeyId parameter.
If you do not specify a value for the KmsKeyId parameter, then the following occurs:
-
If the cluster is encrypted, then the restored cluster is encrypted using the KMS key that was used to encrypt the source cluster.
-
If the cluster is not encrypted, then the restored cluster is not encrypted.
If DBClusterIdentifier refers to a cluster that is not encrypted, then the restore request is rejected.
sourcepub fn enable_cloudwatch_logs_exports(&self) -> Option<&[String]>
pub fn enable_cloudwatch_logs_exports(&self) -> Option<&[String]>
A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.
sourcepub fn deletion_protection(&self) -> Option<bool>
pub fn deletion_protection(&self) -> Option<bool>
Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
Trait Implementations
sourceimpl Clone for RestoreDbClusterToPointInTimeInput
impl Clone for RestoreDbClusterToPointInTimeInput
sourcefn clone(&self) -> RestoreDbClusterToPointInTimeInput
fn clone(&self) -> RestoreDbClusterToPointInTimeInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl PartialEq<RestoreDbClusterToPointInTimeInput> for RestoreDbClusterToPointInTimeInput
impl PartialEq<RestoreDbClusterToPointInTimeInput> for RestoreDbClusterToPointInTimeInput
sourcefn eq(&self, other: &RestoreDbClusterToPointInTimeInput) -> bool
fn eq(&self, other: &RestoreDbClusterToPointInTimeInput) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &RestoreDbClusterToPointInTimeInput) -> bool
fn ne(&self, other: &RestoreDbClusterToPointInTimeInput) -> bool
This method tests for !=.
impl StructuralPartialEq for RestoreDbClusterToPointInTimeInput
Auto Trait Implementations
impl RefUnwindSafe for RestoreDbClusterToPointInTimeInput
impl Send for RestoreDbClusterToPointInTimeInput
impl Sync for RestoreDbClusterToPointInTimeInput
impl Unpin for RestoreDbClusterToPointInTimeInput
impl UnwindSafe for RestoreDbClusterToPointInTimeInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more