Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM)
Source:R/redshift_operations.R
redshift_create_hsm_configuration.RdCreates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM.
See https://www.paws-r-sdk.com/docs/redshift_create_hsm_configuration/ for full documentation.
Usage
redshift_create_hsm_configuration(
HsmConfigurationIdentifier,
Description,
HsmIpAddress,
HsmPartitionName,
HsmPartitionPassword,
HsmServerPublicCertificate,
Tags = NULL
)Arguments
- HsmConfigurationIdentifier
[required] The identifier to be assigned to the new Amazon Redshift HSM configuration.
- Description
[required] A text description of the HSM configuration to be created.
- HsmIpAddress
[required] The IP address that the Amazon Redshift cluster must use to access the HSM.
- HsmPartitionName
[required] The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
- HsmPartitionPassword
[required] The password required to access the HSM partition.
- HsmServerPublicCertificate
[required] The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
A list of tag instances.