Struct rusoto_redshift::HsmConfiguration [] [src]

pub struct HsmConfiguration {
    pub description: Option<String>,
    pub hsm_configuration_identifier: Option<String>,
    pub hsm_ip_address: Option<String>,
    pub hsm_partition_name: Option<String>,
    pub tags: Option<TagList>,
}

Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.

Fields

A text description of the HSM configuration.

The name of the Amazon Redshift HSM configuration.

The IP address that the Amazon Redshift cluster must use to access the HSM.

The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

The list of tags for the HSM configuration.

Trait Implementations

impl Default for HsmConfiguration
[src]

Returns the "default value" for a type. Read more

impl Debug for HsmConfiguration
[src]

Formats the value using the given formatter.

impl Clone for HsmConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more