amazonka-eks-2.0: Amazon Elastic Kubernetes Service 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.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
FromJSON 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 #

Read Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

NFData Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

Methods

rnf :: Certificate -> () #

Eq Certificate Source # 
Instance details

Defined in Amazonka.EKS.Types.Certificate

Hashable 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" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" '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.