amazonka-emr-containers-2.0: Amazon EMR Containers SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMRContainers.Types.Certificate

Description

 
Synopsis

Documentation

data Certificate Source #

The entity representing certificate data generated for managed endpoint.

See: newCertificate smart constructor.

Constructors

Certificate' 

Fields

Instances

Instances details
FromJSON Certificate Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.Certificate

Generic Certificate Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.Certificate

Associated Types

type Rep Certificate :: Type -> Type #

Read Certificate Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.Certificate

NFData Certificate Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.Certificate

Methods

rnf :: Certificate -> () #

Eq Certificate Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.Certificate

Hashable Certificate Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.Certificate

type Rep Certificate Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.Certificate

type Rep Certificate = D1 ('MetaData "Certificate" "Amazonka.EMRContainers.Types.Certificate" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" 'False) (C1 ('MetaCons "Certificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCertificate :: Certificate Source #

Create a value of Certificate 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:certificateArn:Certificate', certificate_certificateArn - The ARN of the certificate generated for managed endpoint.

$sel:certificateData:Certificate', certificate_certificateData - The base64 encoded PEM certificate data generated for managed endpoint.

certificate_certificateArn :: Lens' Certificate (Maybe Text) Source #

The ARN of the certificate generated for managed endpoint.

certificate_certificateData :: Lens' Certificate (Maybe Text) Source #

The base64 encoded PEM certificate data generated for managed endpoint.