libZSservicesZSamazonka-elbv2ZSamazonka-elbv2
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.ELBV2.Types.Certificate

Description

 
Synopsis

Documentation

data Certificate Source #

Information about an SSL server certificate.

See: newCertificate smart constructor.

Constructors

Certificate' 

Fields

  • certificateArn :: Maybe Text

    The Amazon Resource Name (ARN) of the certificate.

  • isDefault :: Maybe Bool

    Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

Instances

Instances details
Eq Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

Read Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

Generic Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

Associated Types

type Rep Certificate :: Type -> Type #

NFData Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

Methods

rnf :: Certificate -> () #

Hashable Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

ToQuery Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

FromXML Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

type Rep Certificate Source # 
Instance details

Defined in Amazonka.ELBV2.Types.Certificate

type Rep Certificate = D1 ('MetaData "Certificate" "Amazonka.ELBV2.Types.Certificate" "libZSservicesZSamazonka-elbv2ZSamazonka-elbv2" 'False) (C1 ('MetaCons "Certificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isDefault") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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 Amazon Resource Name (ARN) of the certificate.

$sel:isDefault:Certificate', certificate_isDefault - Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

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

The Amazon Resource Name (ARN) of the certificate.

certificate_isDefault :: Lens' Certificate (Maybe Bool) Source #

Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.