#[non_exhaustive]pub struct CreateHsmConfigurationInput { /* private fields */ }
Expand description
Implementations§
source§impl CreateHsmConfigurationInput
impl CreateHsmConfigurationInput
sourcepub fn hsm_configuration_identifier(&self) -> Option<&str>
pub fn hsm_configuration_identifier(&self) -> Option<&str>
The identifier to be assigned to the new Amazon Redshift HSM configuration.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A text description of the HSM configuration to be created.
sourcepub fn hsm_ip_address(&self) -> Option<&str>
pub fn hsm_ip_address(&self) -> Option<&str>
The IP address that the Amazon Redshift cluster must use to access the HSM.
sourcepub fn hsm_partition_name(&self) -> Option<&str>
pub fn hsm_partition_name(&self) -> Option<&str>
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
sourcepub fn hsm_partition_password(&self) -> Option<&str>
pub fn hsm_partition_password(&self) -> Option<&str>
The password required to access the HSM partition.
sourcepub fn hsm_server_public_certificate(&self) -> Option<&str>
pub fn hsm_server_public_certificate(&self) -> Option<&str>
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
A list of tag instances.
source§impl CreateHsmConfigurationInput
impl CreateHsmConfigurationInput
sourcepub fn builder() -> CreateHsmConfigurationInputBuilder
pub fn builder() -> CreateHsmConfigurationInputBuilder
Creates a new builder-style object to manufacture CreateHsmConfigurationInput
.
source§impl CreateHsmConfigurationInput
impl CreateHsmConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHsmConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateHsmConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateHsmConfiguration
>
Trait Implementations§
source§impl Clone for CreateHsmConfigurationInput
impl Clone for CreateHsmConfigurationInput
source§fn clone(&self) -> CreateHsmConfigurationInput
fn clone(&self) -> CreateHsmConfigurationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateHsmConfigurationInput
impl Debug for CreateHsmConfigurationInput
source§impl PartialEq<CreateHsmConfigurationInput> for CreateHsmConfigurationInput
impl PartialEq<CreateHsmConfigurationInput> for CreateHsmConfigurationInput
source§fn eq(&self, other: &CreateHsmConfigurationInput) -> bool
fn eq(&self, other: &CreateHsmConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateHsmConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateHsmConfigurationInput
impl Send for CreateHsmConfigurationInput
impl Sync for CreateHsmConfigurationInput
impl Unpin for CreateHsmConfigurationInput
impl UnwindSafe for CreateHsmConfigurationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more