libZSservicesZSamazonka-redshiftZSamazonka-redshift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Redshift.CreateHsmClientCertificate

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

Synopsis

Creating a Request

data CreateHsmClientCertificate Source #

See: newCreateHsmClientCertificate smart constructor.

Constructors

CreateHsmClientCertificate' 

Fields

Instances

Instances details
Eq CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Read CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Show CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Generic CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Associated Types

type Rep CreateHsmClientCertificate :: Type -> Type #

NFData CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Hashable CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

AWSRequest CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

ToHeaders CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

ToPath CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

ToQuery CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

type Rep CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

type Rep CreateHsmClientCertificate = D1 ('MetaData "CreateHsmClientCertificate" "Amazonka.Redshift.CreateHsmClientCertificate" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "CreateHsmClientCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "hsmClientCertificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateHsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

newCreateHsmClientCertificate Source #

Create a value of CreateHsmClientCertificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tags:CreateHsmClientCertificate', createHsmClientCertificate_tags - A list of tag instances.

$sel:hsmClientCertificateIdentifier:CreateHsmClientCertificate', createHsmClientCertificate_hsmClientCertificateIdentifier - 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.

Request Lenses

createHsmClientCertificate_hsmClientCertificateIdentifier :: 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.

Destructuring the Response

data CreateHsmClientCertificateResponse Source #

Constructors

CreateHsmClientCertificateResponse' 

Fields

Instances

Instances details
Eq CreateHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Read CreateHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Show CreateHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Generic CreateHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

Associated Types

type Rep CreateHsmClientCertificateResponse :: Type -> Type #

NFData CreateHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

type Rep CreateHsmClientCertificateResponse Source # 
Instance details

Defined in Amazonka.Redshift.CreateHsmClientCertificate

type Rep CreateHsmClientCertificateResponse = D1 ('MetaData "CreateHsmClientCertificateResponse" "Amazonka.Redshift.CreateHsmClientCertificate" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "CreateHsmClientCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hsmClientCertificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HsmClientCertificate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateHsmClientCertificateResponse Source #

Create a value of CreateHsmClientCertificateResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hsmClientCertificate:CreateHsmClientCertificateResponse', createHsmClientCertificateResponse_hsmClientCertificate - Undocumented member.

$sel:httpStatus:CreateHsmClientCertificateResponse', createHsmClientCertificateResponse_httpStatus - The response's http status code.

Response Lenses