You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Redshift::Types::CreateHsmConfigurationMessageWhen passing CreateHsmConfigurationMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
hsm_configuration_identifier: "String", description: "String", hsm_ip_address: "String", hsm_partition_name: "String", hsm_partition_password: "String", hsm_server_public_certificate: "String", tags: [
{
key: "String",
value: "String",
},
],
}
Instance Attribute Summary collapse
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.
A list of tag instances.
A text description of the HSM configuration to be created.
#hsm_configuration_identifier ⇒ StringThe identifier to be assigned to the new Amazon Redshift HSM configuration.
#hsm_ip_address ⇒ StringThe IP address that the Amazon Redshift cluster must use to access the HSM.
#hsm_partition_name ⇒ StringThe name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
#hsm_partition_password ⇒ StringThe password required to access the HSM partition.
#hsm_server_public_certificate ⇒ StringThe HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4