libZSservicesZSamazonka-eksZSamazonka-eks
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.EKS.Types.Certificate

Description

 
Synopsis

Documentation

data Certificate Source #

An object representing the certificate-authority-data for your cluster.

See: newCertificate smart constructor.

Constructors

Certificate' 

Fields

  • data' :: Maybe Text

    The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.

Instances

Instances details
Eq Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

Read Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

Generic Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

Associated Types

type Rep Certificate :: Type -> Type #

NFData Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

Methods

rnf :: Certificate -> () #

Hashable Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

FromJSON Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

type Rep Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

type Rep Certificate = D1 ('MetaData "Certificate" "Amazonka.EKS.Types.Certificate" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "Certificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") '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:data':Certificate', certificate_data - The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.

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

The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.