amazonka-redshift-0.0.8: Amazon Redshift SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.CreateHsmClientCertificate

Contents

Description

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 SecurityModules in the Amazon Redshift Cluster Management Guide.

http://docs.aws.amazon.com/redshift/latest/APIReference/API_CreateHsmClientCertificate.html

Synopsis

Request

Request constructor

Request lenses

chccHsmClientCertificateIdentifier :: Lens' CreateHsmClientCertificate Text Source

The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

chccTags :: Lens' CreateHsmClientCertificate [Tag] Source

A list of tag instances.

Response

Response constructor

Response lenses