Values.HsmConfigurationSourceReturns 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.
type nonrec t = {hsmConfigurationIdentifier : String_.t option;The name of the Amazon Redshift HSM configuration.
*)description : String_.t option;A text description of the HSM configuration.
*)hsmIpAddress : String_.t option;The IP address that the Amazon Redshift cluster must use to access the HSM.
*)hsmPartitionName : String_.t option;The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
*)}