[−][src]Struct rusoto_kms::UpdateCustomKeyStoreRequest
Fields
cloud_hsm_cluster_id: Option<String>
Associates the custom key store with a related AWS CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history and has the same cluster certificate as the original cluster. You cannot use this parameter to associate a custom key store with an unrelated cluster. In addition, the replacement cluster must fulfill the requirements for a cluster associated with a custom key store. To view the cluster certificate of a cluster, use the DescribeClusters operation.
custom_key_store_id: String
Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
key_store_password: Option<String>
Enter the current password of the kmsuser
crypto user (CU) in the AWS CloudHSM cluster that is associated with the custom key store.
This parameter tells AWS KMS the current password of the kmsuser
crypto user (CU). It does not set or change the password of any users in the AWS CloudHSM cluster.
new_custom_key_store_name: Option<String>
Changes the friendly name of the custom key store to the value that you specify. The custom key store name must be unique in the AWS account.
Trait Implementations
impl PartialEq<UpdateCustomKeyStoreRequest> for UpdateCustomKeyStoreRequest
[src]
fn eq(&self, other: &UpdateCustomKeyStoreRequest) -> bool
[src]
fn ne(&self, other: &UpdateCustomKeyStoreRequest) -> bool
[src]
impl Default for UpdateCustomKeyStoreRequest
[src]
impl Clone for UpdateCustomKeyStoreRequest
[src]
fn clone(&self) -> UpdateCustomKeyStoreRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UpdateCustomKeyStoreRequest
[src]
impl Serialize for UpdateCustomKeyStoreRequest
[src]
Auto Trait Implementations
impl Send for UpdateCustomKeyStoreRequest
impl Sync for UpdateCustomKeyStoreRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self