| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EMRCluster
Synopsis
- data EMRCluster = EMRCluster {
- _eMRClusterAdditionalInfo :: Maybe Object
- _eMRClusterApplications :: Maybe [EMRClusterApplication]
- _eMRClusterAutoScalingRole :: Maybe (Val Text)
- _eMRClusterBootstrapActions :: Maybe [EMRClusterBootstrapActionConfig]
- _eMRClusterConfigurations :: Maybe [EMRClusterConfiguration]
- _eMRClusterCustomAmiId :: Maybe (Val Text)
- _eMRClusterEbsRootVolumeSize :: Maybe (Val Integer)
- _eMRClusterInstances :: EMRClusterJobFlowInstancesConfig
- _eMRClusterJobFlowRole :: Val Text
- _eMRClusterLogUri :: Maybe (Val Text)
- _eMRClusterName :: Val Text
- _eMRClusterReleaseLabel :: Maybe (Val Text)
- _eMRClusterScaleDownBehavior :: Maybe (Val Text)
- _eMRClusterSecurityConfiguration :: Maybe (Val Text)
- _eMRClusterServiceRole :: Val Text
- _eMRClusterTags :: Maybe [Tag]
- _eMRClusterVisibleToAllUsers :: Maybe (Val Bool)
- emrCluster :: EMRClusterJobFlowInstancesConfig -> Val Text -> Val Text -> Val Text -> EMRCluster
- emrcAdditionalInfo :: Lens' EMRCluster (Maybe Object)
- emrcApplications :: Lens' EMRCluster (Maybe [EMRClusterApplication])
- emrcAutoScalingRole :: Lens' EMRCluster (Maybe (Val Text))
- emrcBootstrapActions :: Lens' EMRCluster (Maybe [EMRClusterBootstrapActionConfig])
- emrcConfigurations :: Lens' EMRCluster (Maybe [EMRClusterConfiguration])
- emrcCustomAmiId :: Lens' EMRCluster (Maybe (Val Text))
- emrcEbsRootVolumeSize :: Lens' EMRCluster (Maybe (Val Integer))
- emrcInstances :: Lens' EMRCluster EMRClusterJobFlowInstancesConfig
- emrcJobFlowRole :: Lens' EMRCluster (Val Text)
- emrcLogUri :: Lens' EMRCluster (Maybe (Val Text))
- emrcName :: Lens' EMRCluster (Val Text)
- emrcReleaseLabel :: Lens' EMRCluster (Maybe (Val Text))
- emrcScaleDownBehavior :: Lens' EMRCluster (Maybe (Val Text))
- emrcSecurityConfiguration :: Lens' EMRCluster (Maybe (Val Text))
- emrcServiceRole :: Lens' EMRCluster (Val Text)
- emrcTags :: Lens' EMRCluster (Maybe [Tag])
- emrcVisibleToAllUsers :: Lens' EMRCluster (Maybe (Val Bool))
Documentation
data EMRCluster #
Full data type definition for EMRCluster. See emrCluster for a more
convenient constructor.
Constructors
Instances
| Eq EMRCluster # | |
Defined in Stratosphere.Resources.EMRCluster | |
| Show EMRCluster # | |
Defined in Stratosphere.Resources.EMRCluster Methods showsPrec :: Int -> EMRCluster -> ShowS # show :: EMRCluster -> String # showList :: [EMRCluster] -> ShowS # | |
| ToJSON EMRCluster # | |
Defined in Stratosphere.Resources.EMRCluster Methods toJSON :: EMRCluster -> Value # toEncoding :: EMRCluster -> Encoding # toJSONList :: [EMRCluster] -> Value # toEncodingList :: [EMRCluster] -> Encoding # | |
| FromJSON EMRCluster # | |
Defined in Stratosphere.Resources.EMRCluster | |
Arguments
| :: EMRClusterJobFlowInstancesConfig | |
| -> Val Text | |
| -> Val Text | |
| -> Val Text | |
| -> EMRCluster |
Constructor for EMRCluster containing required fields as arguments.
emrcAutoScalingRole :: Lens' EMRCluster (Maybe (Val Text)) #
emrcCustomAmiId :: Lens' EMRCluster (Maybe (Val Text)) #
emrcEbsRootVolumeSize :: Lens' EMRCluster (Maybe (Val Integer)) #
emrcJobFlowRole :: Lens' EMRCluster (Val Text) #
emrcLogUri :: Lens' EMRCluster (Maybe (Val Text)) #
emrcReleaseLabel :: Lens' EMRCluster (Maybe (Val Text)) #
emrcScaleDownBehavior :: Lens' EMRCluster (Maybe (Val Text)) #
emrcServiceRole :: Lens' EMRCluster (Val Text) #