Struct rusoto_redshift::CreateHsmConfigurationMessage [] [src]

pub struct CreateHsmConfigurationMessage {
    pub description: String,
    pub hsm_configuration_identifier: String,
    pub hsm_ip_address: String,
    pub hsm_partition_name: String,
    pub hsm_partition_password: String,
    pub hsm_server_public_certificate: String,
    pub tags: Option<Vec<Tag>>,
}

Fields

A text description of the HSM configuration to be created.

The identifier to be assigned to the new 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 password required to access the HSM partition.

The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

A list of tag instances.

Trait Implementations

impl Default for CreateHsmConfigurationMessage
[src]

[src]

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

impl Debug for CreateHsmConfigurationMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateHsmConfigurationMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more