| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.ConfigConfigRuleScope
- data ConfigConfigRuleScope = ConfigConfigRuleScope {}
- configConfigRuleScope :: ConfigConfigRuleScope
- ccrsComplianceResourceId :: Lens' ConfigConfigRuleScope (Maybe (Val Text))
- ccrsComplianceResourceTypes :: Lens' ConfigConfigRuleScope (Maybe (ValList Text))
- ccrsTagKey :: Lens' ConfigConfigRuleScope (Maybe (Val Text))
- ccrsTagValue :: Lens' ConfigConfigRuleScope (Maybe (Val Text))
Documentation
data ConfigConfigRuleScope #
Full data type definition for ConfigConfigRuleScope. See
configConfigRuleScope for a more convenient constructor.
Constructors
| ConfigConfigRuleScope | |
configConfigRuleScope :: ConfigConfigRuleScope #
Constructor for ConfigConfigRuleScope containing required fields as
arguments.
ccrsTagKey :: Lens' ConfigConfigRuleScope (Maybe (Val Text)) #