Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EMRCluster
Description
- data EMRCluster = EMRCluster {
- _eMRClusterAdditionalInfo :: Maybe Object
- _eMRClusterApplications :: Maybe [EMRClusterApplication]
- _eMRClusterAutoScalingRole :: Maybe (Val Text)
- _eMRClusterBootstrapActions :: Maybe [EMRClusterBootstrapActionConfig]
- _eMRClusterConfigurations :: Maybe [EMRClusterConfiguration]
- _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])
- 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
Arguments
:: EMRClusterJobFlowInstancesConfig | |
-> Val Text | |
-> Val Text | |
-> Val Text | |
-> EMRCluster |
Constructor for EMRCluster
containing required fields as arguments.
emrcAutoScalingRole :: Lens' EMRCluster (Maybe (Val Text)) #
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) #