AWS SDK for .NET Documentation
CreateHsmClientCertificate Method (request)
AmazonAmazon.RedshiftAmazonRedshiftCreateHsmClientCertificate(CreateHsmClientCertificateRequest) Did this page help you?   Yes   No    Tell us about it...
Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.

The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to Hardware Security Modules in the Amazon Redshift Management Guide.

Declaration Syntax
Parameters
request (CreateHsmClientCertificateRequest)
Container for the necessary parameters to execute the CreateHsmClientCertificate service method.
Return Value
The response from the CreateHsmClientCertificate service method, as returned by Redshift.
Exceptions
ExceptionCondition
HsmClientCertificateAlreadyExistsException There is already an existing Amazon Redshift HSM client certificate with the specified identifier.
HsmClientCertificateQuotaExceededException The quota for HSM client certificates has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Management Guide.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)