| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.EMR.InstanceFleetConfig.EbsConfigurationProperty
Documentation
data EbsBlockDeviceConfigProperty Source #
Constructors
| EbsBlockDeviceConfigProperty | |
Fields | |
Instances
data VolumeSpecificationProperty Source #
Constructors
| VolumeSpecificationProperty | |
Fields
| |
Instances
| ToJSON VolumeSpecificationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.VolumeSpecificationProperty Methods toJSON :: VolumeSpecificationProperty -> Value # toEncoding :: VolumeSpecificationProperty -> Encoding # toJSONList :: [VolumeSpecificationProperty] -> Value # toEncodingList :: [VolumeSpecificationProperty] -> Encoding # | |||||
| Show VolumeSpecificationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.VolumeSpecificationProperty Methods showsPrec :: Int -> VolumeSpecificationProperty -> ShowS # show :: VolumeSpecificationProperty -> String # showList :: [VolumeSpecificationProperty] -> ShowS # | |||||
| Eq VolumeSpecificationProperty Source # | |||||
| ToResourceProperties VolumeSpecificationProperty Source # | |||||
| Property "Iops" VolumeSpecificationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.VolumeSpecificationProperty Associated Types
Methods set :: PropertyType "Iops" VolumeSpecificationProperty -> VolumeSpecificationProperty -> VolumeSpecificationProperty # | |||||
| Property "SizeInGB" VolumeSpecificationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.VolumeSpecificationProperty Associated Types
Methods set :: PropertyType "SizeInGB" VolumeSpecificationProperty -> VolumeSpecificationProperty -> VolumeSpecificationProperty # | |||||
| Property "Throughput" VolumeSpecificationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.VolumeSpecificationProperty Associated Types
Methods set :: PropertyType "Throughput" VolumeSpecificationProperty -> VolumeSpecificationProperty -> VolumeSpecificationProperty # | |||||
| Property "VolumeType" VolumeSpecificationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.VolumeSpecificationProperty Associated Types
Methods set :: PropertyType "VolumeType" VolumeSpecificationProperty -> VolumeSpecificationProperty -> VolumeSpecificationProperty # | |||||
| type PropertyType "Iops" VolumeSpecificationProperty Source # | |||||
| type PropertyType "SizeInGB" VolumeSpecificationProperty Source # | |||||
| type PropertyType "Throughput" VolumeSpecificationProperty Source # | |||||
| type PropertyType "VolumeType" VolumeSpecificationProperty Source # | |||||
mkEbsBlockDeviceConfigProperty :: VolumeSpecificationProperty -> EbsBlockDeviceConfigProperty Source #
mkVolumeSpecificationProperty :: Value Integer -> Value Text -> VolumeSpecificationProperty Source #
data EbsConfigurationProperty Source #
Constructors
| EbsConfigurationProperty | |
Fields | |
Instances
| ToJSON EbsConfigurationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.EbsConfigurationProperty Methods toJSON :: EbsConfigurationProperty -> Value # toEncoding :: EbsConfigurationProperty -> Encoding # toJSONList :: [EbsConfigurationProperty] -> Value # | |||||
| Show EbsConfigurationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.EbsConfigurationProperty Methods showsPrec :: Int -> EbsConfigurationProperty -> ShowS # show :: EbsConfigurationProperty -> String # showList :: [EbsConfigurationProperty] -> ShowS # | |||||
| Eq EbsConfigurationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.EbsConfigurationProperty Methods (==) :: EbsConfigurationProperty -> EbsConfigurationProperty -> Bool # (/=) :: EbsConfigurationProperty -> EbsConfigurationProperty -> Bool # | |||||
| ToResourceProperties EbsConfigurationProperty Source # | |||||
| Property "EbsBlockDeviceConfigs" EbsConfigurationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.EbsConfigurationProperty Associated Types
Methods set :: PropertyType "EbsBlockDeviceConfigs" EbsConfigurationProperty -> EbsConfigurationProperty -> EbsConfigurationProperty # | |||||
| Property "EbsOptimized" EbsConfigurationProperty Source # | |||||
Defined in Stratosphere.EMR.InstanceFleetConfig.EbsConfigurationProperty Associated Types
Methods set :: PropertyType "EbsOptimized" EbsConfigurationProperty -> EbsConfigurationProperty -> EbsConfigurationProperty # | |||||
| type PropertyType "EbsBlockDeviceConfigs" EbsConfigurationProperty Source # | |||||
| type PropertyType "EbsOptimized" EbsConfigurationProperty Source # | |||||