| 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.Athena.Types.ApplicationDPUSizes
Description
Documentation
data ApplicationDPUSizes Source #
Contains the application runtime IDs and their supported DPU sizes.
See: newApplicationDPUSizes smart constructor.
Constructors
| ApplicationDPUSizes' | |
Fields
| |
Instances
newApplicationDPUSizes :: ApplicationDPUSizes Source #
Create a value of ApplicationDPUSizes 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:applicationRuntimeId:ApplicationDPUSizes', applicationDPUSizes_applicationRuntimeId - The name of the supported application runtime (for example,
Jupyter 1.0).
$sel:supportedDPUSizes:ApplicationDPUSizes', applicationDPUSizes_supportedDPUSizes - A list of the supported DPU sizes that the application runtime supports.
applicationDPUSizes_applicationRuntimeId :: Lens' ApplicationDPUSizes (Maybe Text) Source #
The name of the supported application runtime (for example,
Jupyter 1.0).
applicationDPUSizes_supportedDPUSizes :: Lens' ApplicationDPUSizes (Maybe [Int]) Source #
A list of the supported DPU sizes that the application runtime supports.