| 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.Batch.Types.EksProperties
Description
Documentation
data EksProperties Source #
An object that contains the properties for the Kubernetes resources of a job.
See: newEksProperties smart constructor.
Constructors
| EksProperties' | |
Fields
| |
Instances
newEksProperties :: EksProperties Source #
Create a value of EksProperties 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:podProperties:EksProperties', eksProperties_podProperties - The properties for the Kubernetes pod resources of a job.
eksProperties_podProperties :: Lens' EksProperties (Maybe EksPodProperties) Source #
The properties for the Kubernetes pod resources of a job.