| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ConfigConfigRule
Description
Synopsis
- data ConfigConfigRule = ConfigConfigRule {
- _configConfigRuleConfigRuleName :: Maybe (Val Text)
- _configConfigRuleDescription :: Maybe (Val Text)
- _configConfigRuleInputParameters :: Maybe Object
- _configConfigRuleMaximumExecutionFrequency :: Maybe (Val Text)
- _configConfigRuleScope :: Maybe ConfigConfigRuleScope
- _configConfigRuleSource :: ConfigConfigRuleSource
- configConfigRule :: ConfigConfigRuleSource -> ConfigConfigRule
- ccrConfigRuleName :: Lens' ConfigConfigRule (Maybe (Val Text))
- ccrDescription :: Lens' ConfigConfigRule (Maybe (Val Text))
- ccrInputParameters :: Lens' ConfigConfigRule (Maybe Object)
- ccrMaximumExecutionFrequency :: Lens' ConfigConfigRule (Maybe (Val Text))
- ccrScope :: Lens' ConfigConfigRule (Maybe ConfigConfigRuleScope)
- ccrSource :: Lens' ConfigConfigRule ConfigConfigRuleSource
Documentation
data ConfigConfigRule #
Full data type definition for ConfigConfigRule. See configConfigRule
for a more convenient constructor.
Constructors
Instances
| Eq ConfigConfigRule # | |
Defined in Stratosphere.Resources.ConfigConfigRule Methods (==) :: ConfigConfigRule -> ConfigConfigRule -> Bool # (/=) :: ConfigConfigRule -> ConfigConfigRule -> Bool # | |
| Show ConfigConfigRule # | |
Defined in Stratosphere.Resources.ConfigConfigRule Methods showsPrec :: Int -> ConfigConfigRule -> ShowS # show :: ConfigConfigRule -> String # showList :: [ConfigConfigRule] -> ShowS # | |
| ToJSON ConfigConfigRule # | |
Defined in Stratosphere.Resources.ConfigConfigRule Methods toJSON :: ConfigConfigRule -> Value # toEncoding :: ConfigConfigRule -> Encoding # toJSONList :: [ConfigConfigRule] -> Value # toEncodingList :: [ConfigConfigRule] -> Encoding # | |
| FromJSON ConfigConfigRule # | |
Defined in Stratosphere.Resources.ConfigConfigRule Methods parseJSON :: Value -> Parser ConfigConfigRule # parseJSONList :: Value -> Parser [ConfigConfigRule] # | |
Arguments
| :: ConfigConfigRuleSource | |
| -> ConfigConfigRule |
Constructor for ConfigConfigRule containing required fields as
arguments.
ccrConfigRuleName :: Lens' ConfigConfigRule (Maybe (Val Text)) #
ccrDescription :: Lens' ConfigConfigRule (Maybe (Val Text)) #