| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.EMRServerless.Application.InitialCapacityConfigKeyValuePairProperty
Documentation
data InitialCapacityConfigProperty Source #
Constructors
| InitialCapacityConfigProperty | |
Fields | |
Instances
data WorkerConfigurationProperty Source #
Constructors
| WorkerConfigurationProperty | |
Instances
| ToJSON WorkerConfigurationProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.WorkerConfigurationProperty Methods toJSON :: WorkerConfigurationProperty -> Value # toEncoding :: WorkerConfigurationProperty -> Encoding # toJSONList :: [WorkerConfigurationProperty] -> Value # toEncodingList :: [WorkerConfigurationProperty] -> Encoding # | |||||
| Show WorkerConfigurationProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.WorkerConfigurationProperty Methods showsPrec :: Int -> WorkerConfigurationProperty -> ShowS # show :: WorkerConfigurationProperty -> String # showList :: [WorkerConfigurationProperty] -> ShowS # | |||||
| Eq WorkerConfigurationProperty Source # | |||||
| ToResourceProperties WorkerConfigurationProperty Source # | |||||
| Property "Cpu" WorkerConfigurationProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.WorkerConfigurationProperty Associated Types
Methods set :: PropertyType "Cpu" WorkerConfigurationProperty -> WorkerConfigurationProperty -> WorkerConfigurationProperty # | |||||
| Property "Disk" WorkerConfigurationProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.WorkerConfigurationProperty Associated Types
Methods set :: PropertyType "Disk" WorkerConfigurationProperty -> WorkerConfigurationProperty -> WorkerConfigurationProperty # | |||||
| Property "DiskType" WorkerConfigurationProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.WorkerConfigurationProperty Associated Types
Methods set :: PropertyType "DiskType" WorkerConfigurationProperty -> WorkerConfigurationProperty -> WorkerConfigurationProperty # | |||||
| Property "Memory" WorkerConfigurationProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.WorkerConfigurationProperty Associated Types
Methods set :: PropertyType "Memory" WorkerConfigurationProperty -> WorkerConfigurationProperty -> WorkerConfigurationProperty # | |||||
| type PropertyType "Cpu" WorkerConfigurationProperty Source # | |||||
| type PropertyType "Disk" WorkerConfigurationProperty Source # | |||||
| type PropertyType "DiskType" WorkerConfigurationProperty Source # | |||||
| type PropertyType "Memory" WorkerConfigurationProperty Source # | |||||
mkInitialCapacityConfigProperty :: WorkerConfigurationProperty -> Value Integer -> InitialCapacityConfigProperty Source #
data InitialCapacityConfigKeyValuePairProperty Source #
Constructors
| InitialCapacityConfigKeyValuePairProperty | |
Fields | |
Instances
| ToJSON InitialCapacityConfigKeyValuePairProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.InitialCapacityConfigKeyValuePairProperty Methods toJSON :: InitialCapacityConfigKeyValuePairProperty -> Value # toEncoding :: InitialCapacityConfigKeyValuePairProperty -> Encoding # toJSONList :: [InitialCapacityConfigKeyValuePairProperty] -> Value # toEncodingList :: [InitialCapacityConfigKeyValuePairProperty] -> Encoding # omitField :: InitialCapacityConfigKeyValuePairProperty -> Bool # | |||||
| Show InitialCapacityConfigKeyValuePairProperty Source # | |||||
| Eq InitialCapacityConfigKeyValuePairProperty Source # | |||||
| ToResourceProperties InitialCapacityConfigKeyValuePairProperty Source # | |||||
| Property "Key" InitialCapacityConfigKeyValuePairProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.InitialCapacityConfigKeyValuePairProperty Associated Types
| |||||
| Property "Value" InitialCapacityConfigKeyValuePairProperty Source # | |||||
Defined in Stratosphere.EMRServerless.Application.InitialCapacityConfigKeyValuePairProperty Associated Types
| |||||
| type PropertyType "Key" InitialCapacityConfigKeyValuePairProperty Source # | |||||
| type PropertyType "Value" InitialCapacityConfigKeyValuePairProperty Source # | |||||