#[non_exhaustive]pub struct RdsDbClusterSnapshotConfiguration { /* private fields */ }
Expand description
The proposed access control configuration for an Amazon RDS DB cluster snapshot. You can propose a configuration for a new Amazon RDS DB cluster snapshot or an Amazon RDS DB cluster snapshot that you own by specifying the RdsDbClusterSnapshotAttributeValue
and optional KMS encryption key. For more information, see ModifyDBClusterSnapshotAttribute.
Implementations§
source§impl RdsDbClusterSnapshotConfiguration
impl RdsDbClusterSnapshotConfiguration
sourcepub fn attributes(
&self
) -> Option<&HashMap<String, RdsDbClusterSnapshotAttributeValue>>
pub fn attributes(
&self
) -> Option<&HashMap<String, RdsDbClusterSnapshotAttributeValue>>
The names and values of manual DB cluster snapshot attributes. Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. The only valid value for AttributeName
for the attribute map is restore
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The KMS key identifier for an encrypted Amazon RDS DB cluster snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
-
If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the
kmsKeyId
, or you specify an empty string, then the access preview uses the existingkmsKeyId
of the snapshot. -
If the access preview is for a new resource and you do not specify the specify the
kmsKeyId
, then the access preview considers the snapshot as unencrypted.
source§impl RdsDbClusterSnapshotConfiguration
impl RdsDbClusterSnapshotConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RdsDbClusterSnapshotConfiguration
.
Trait Implementations§
source§impl Clone for RdsDbClusterSnapshotConfiguration
impl Clone for RdsDbClusterSnapshotConfiguration
source§fn clone(&self) -> RdsDbClusterSnapshotConfiguration
fn clone(&self) -> RdsDbClusterSnapshotConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<RdsDbClusterSnapshotConfiguration> for RdsDbClusterSnapshotConfiguration
impl PartialEq<RdsDbClusterSnapshotConfiguration> for RdsDbClusterSnapshotConfiguration
source§fn eq(&self, other: &RdsDbClusterSnapshotConfiguration) -> bool
fn eq(&self, other: &RdsDbClusterSnapshotConfiguration) -> bool
self
and other
values to be equal, and is used
by ==
.