| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.EMRClusterVolumeSpecification
Synopsis
- data EMRClusterVolumeSpecification = EMRClusterVolumeSpecification {}
- emrClusterVolumeSpecification :: Val Integer -> Val Text -> EMRClusterVolumeSpecification
- emrcvsIops :: Lens' EMRClusterVolumeSpecification (Maybe (Val Integer))
- emrcvsSizeInGB :: Lens' EMRClusterVolumeSpecification (Val Integer)
- emrcvsVolumeType :: Lens' EMRClusterVolumeSpecification (Val Text)
Documentation
data EMRClusterVolumeSpecification #
Full data type definition for EMRClusterVolumeSpecification. See
emrClusterVolumeSpecification for a more convenient constructor.
Constructors
| EMRClusterVolumeSpecification | |
Instances
emrClusterVolumeSpecification #
Arguments
| :: Val Integer | |
| -> Val Text | |
| -> EMRClusterVolumeSpecification |
Constructor for EMRClusterVolumeSpecification containing required
fields as arguments.