Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.EMRClusterInstanceTypeConfig
- data EMRClusterInstanceTypeConfig = EMRClusterInstanceTypeConfig {
- _eMRClusterInstanceTypeConfigBidPrice :: Maybe (Val Text)
- _eMRClusterInstanceTypeConfigBidPriceAsPercentageOfOnDemandPrice :: Maybe (Val Double)
- _eMRClusterInstanceTypeConfigConfigurations :: Maybe [EMRClusterConfiguration]
- _eMRClusterInstanceTypeConfigEbsConfiguration :: Maybe EMRClusterEbsConfiguration
- _eMRClusterInstanceTypeConfigInstanceType :: Val Text
- _eMRClusterInstanceTypeConfigWeightedCapacity :: Maybe (Val Integer)
- emrClusterInstanceTypeConfig :: Val Text -> EMRClusterInstanceTypeConfig
- emrcitcBidPrice :: Lens' EMRClusterInstanceTypeConfig (Maybe (Val Text))
- emrcitcBidPriceAsPercentageOfOnDemandPrice :: Lens' EMRClusterInstanceTypeConfig (Maybe (Val Double))
- emrcitcConfigurations :: Lens' EMRClusterInstanceTypeConfig (Maybe [EMRClusterConfiguration])
- emrcitcEbsConfiguration :: Lens' EMRClusterInstanceTypeConfig (Maybe EMRClusterEbsConfiguration)
- emrcitcInstanceType :: Lens' EMRClusterInstanceTypeConfig (Val Text)
- emrcitcWeightedCapacity :: Lens' EMRClusterInstanceTypeConfig (Maybe (Val Integer))
Documentation
data EMRClusterInstanceTypeConfig #
Full data type definition for EMRClusterInstanceTypeConfig. See
emrClusterInstanceTypeConfig
for a more convenient constructor.
Constructors
emrClusterInstanceTypeConfig #
Arguments
:: Val Text | |
-> EMRClusterInstanceTypeConfig |
Constructor for EMRClusterInstanceTypeConfig
containing required fields
as arguments.
emrcitcBidPriceAsPercentageOfOnDemandPrice :: Lens' EMRClusterInstanceTypeConfig (Maybe (Val Double)) #