| 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.EksPropertiesDetail
Description
Documentation
data EksPropertiesDetail Source #
An object that contains the details for the Kubernetes resources of a job.
See: newEksPropertiesDetail smart constructor.
Constructors
| EksPropertiesDetail' | |
Fields
| |
Instances
newEksPropertiesDetail :: EksPropertiesDetail Source #
Create a value of EksPropertiesDetail 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:EksPropertiesDetail', eksPropertiesDetail_podProperties - The properties for the Kubernetes pod resources of a job.
eksPropertiesDetail_podProperties :: Lens' EksPropertiesDetail (Maybe EksPodPropertiesDetail) Source #
The properties for the Kubernetes pod resources of a job.