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.EksVolume
Description
Synopsis
Documentation
Specifies an Amazon EKS volume for a job definition.
See: newEksVolume
smart constructor.
Constructors
EksVolume' | |
Fields
|
Instances
Create a value of EksVolume
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:emptyDir:EksVolume'
, eksVolume_emptyDir
- Specifies the configuration of a Kubernetes emptyDir
volume. For more
information, see
emptyDir
in the Kubernetes documentation.
$sel:hostPath:EksVolume'
, eksVolume_hostPath
- Specifies the configuration of a Kubernetes hostPath
volume. For more
information, see
hostPath
in the Kubernetes documentation.
$sel:secret:EksVolume'
, eksVolume_secret
- Specifies the configuration of a Kubernetes secret
volume. For more
information, see
secret in
the Kubernetes documentation.
$sel:name:EksVolume'
, eksVolume_name
- The name of the volume. The name must be allowed as a DNS subdomain
name. For more information, see
DNS subdomain names
in the Kubernetes documentation.
eksVolume_emptyDir :: Lens' EksVolume (Maybe EksEmptyDir) Source #
Specifies the configuration of a Kubernetes emptyDir
volume. For more
information, see
emptyDir
in the Kubernetes documentation.
eksVolume_hostPath :: Lens' EksVolume (Maybe EksHostPath) Source #
Specifies the configuration of a Kubernetes hostPath
volume. For more
information, see
hostPath
in the Kubernetes documentation.
eksVolume_secret :: Lens' EksVolume (Maybe EksSecret) Source #
Specifies the configuration of a Kubernetes secret
volume. For more
information, see
secret in
the Kubernetes documentation.
eksVolume_name :: Lens' EksVolume Text Source #
The name of the volume. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation.