| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.ConfigConfigRuleSource
- data ConfigConfigRuleSource = ConfigConfigRuleSource {}
- configConfigRuleSource :: Val Text -> Val Text -> ConfigConfigRuleSource
- ccrsOwner :: Lens' ConfigConfigRuleSource (Val Text)
- ccrsSourceDetails :: Lens' ConfigConfigRuleSource (Maybe [ConfigConfigRuleSourceDetail])
- ccrsSourceIdentifier :: Lens' ConfigConfigRuleSource (Val Text)
Documentation
data ConfigConfigRuleSource #
Full data type definition for ConfigConfigRuleSource. See
configConfigRuleSource for a more convenient constructor.
Constructors
| ConfigConfigRuleSource | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> ConfigConfigRuleSource |
Constructor for ConfigConfigRuleSource containing required fields as
arguments.