| 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.IoTAnalytics.Types.ResourceConfiguration
Description
Documentation
data ResourceConfiguration Source #
The configuration of the resource used to execute the containerAction.
See: newResourceConfiguration smart constructor.
Constructors
| ResourceConfiguration' | |
Fields
| |
Instances
newResourceConfiguration Source #
Arguments
| :: ComputeType | |
| -> Natural | |
| -> ResourceConfiguration |
Create a value of ResourceConfiguration 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:computeType:ResourceConfiguration', resourceConfiguration_computeType - The type of the compute resource used to execute the containerAction.
Possible values are: ACU_1 (vCPU=4, memory=16 GiB) or ACU_2 (vCPU=8,
memory=32 GiB).
$sel:volumeSizeInGB:ResourceConfiguration', resourceConfiguration_volumeSizeInGB - The size, in GB, of the persistent storage available to the resource
instance used to execute the containerAction (min: 1, max: 50).
resourceConfiguration_computeType :: Lens' ResourceConfiguration ComputeType Source #
The type of the compute resource used to execute the containerAction.
Possible values are: ACU_1 (vCPU=4, memory=16 GiB) or ACU_2 (vCPU=8,
memory=32 GiB).
resourceConfiguration_volumeSizeInGB :: Lens' ResourceConfiguration Natural Source #
The size, in GB, of the persistent storage available to the resource
instance used to execute the containerAction (min: 1, max: 50).