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.Types.HsmClientCertificate

Description

 
Synopsis

Documentation

data HsmClientCertificate Source #

Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.

See: newHsmClientCertificate smart constructor.

Constructors

HsmClientCertificate' 

Fields

Instances

Instances details
Eq HsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.Types.HsmClientCertificate

Read HsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.Types.HsmClientCertificate

Show HsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.Types.HsmClientCertificate

Generic HsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.Types.HsmClientCertificate

Associated Types

type Rep HsmClientCertificate :: Type -> Type #

NFData HsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.Types.HsmClientCertificate

Methods

rnf :: HsmClientCertificate -> () #

Hashable HsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.Types.HsmClientCertificate

FromXML HsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.Types.HsmClientCertificate

type Rep HsmClientCertificate Source # 
Instance details

Defined in Amazonka.Redshift.Types.HsmClientCertificate

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

newHsmClientCertificate :: HsmClientCertificate Source #

Create a value of HsmClientCertificate 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:hsmClientCertificateIdentifier:HsmClientCertificate', hsmClientCertificate_hsmClientCertificateIdentifier - The identifier of the HSM client certificate.

$sel:hsmClientCertificatePublicKey:HsmClientCertificate', hsmClientCertificate_hsmClientCertificatePublicKey - The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

$sel:tags:HsmClientCertificate', hsmClientCertificate_tags - The list of tags for the HSM client certificate.

hsmClientCertificate_hsmClientCertificatePublicKey :: Lens' HsmClientCertificate (Maybe Text) Source #

The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

hsmClientCertificate_tags :: Lens' HsmClientCertificate (Maybe [Tag]) Source #

The list of tags for the HSM client certificate.