redshift_create_hsm_configuration function

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)

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)

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). 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.

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.
  • Tags: A list of tag instances.
  • Maintainer: Dyfan Jones
  • License: Apache License (>= 2.0)
  • Last published: 2025-03-14

Downloads (last 30 days):