Struct aws_sdk_securityhub::model::AwsRedshiftClusterHsmStatus [−][src]
#[non_exhaustive]pub struct AwsRedshiftClusterHsmStatus {
pub hsm_client_certificate_identifier: Option<String>,
pub hsm_configuration_identifier: Option<String>,
pub status: Option<String>,
}
Expand description
Information about whether an Amazon Redshift cluster finished applying any hardware changes to security module (HSM) settings that were specified in a modify cluster command.
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.hsm_client_certificate_identifier: Option<String>
The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption keys that are stored in an HSM.
hsm_configuration_identifier: Option<String>
The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
status: Option<String>
Indicates whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Type: String
Valid values: active
| applying
Implementations
The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption keys that are stored in an HSM.
The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
Creates a new builder-style object to manufacture AwsRedshiftClusterHsmStatus
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AwsRedshiftClusterHsmStatus
impl Send for AwsRedshiftClusterHsmStatus
impl Sync for AwsRedshiftClusterHsmStatus
impl Unpin for AwsRedshiftClusterHsmStatus
impl UnwindSafe for AwsRedshiftClusterHsmStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more