| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EKS.Types.Certificate
Description
Synopsis
- data Certificate = Certificate' {}
- newCertificate :: Certificate
- certificate_data :: Lens' Certificate (Maybe Text)
Documentation
data Certificate Source #
An object representing the certificate-authority-data for your
cluster.
See: newCertificate smart constructor.
Constructors
| Certificate' | |
Instances
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.