| 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.EksPodPropertiesOverride
Description
Documentation
data EksPodPropertiesOverride Source #
An object that contains overrides for the Kubernetes pod properties of a job.
See: newEksPodPropertiesOverride smart constructor.
Constructors
| EksPodPropertiesOverride' | |
Fields
| |
Instances
newEksPodPropertiesOverride :: EksPodPropertiesOverride Source #
Create a value of EksPodPropertiesOverride 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:containers:EksPodPropertiesOverride', eksPodPropertiesOverride_containers - The overrides for the container that's used on the Amazon EKS pod.
eksPodPropertiesOverride_containers :: Lens' EksPodPropertiesOverride (Maybe [EksContainerOverride]) Source #
The overrides for the container that's used on the Amazon EKS pod.