| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.ConfigConfigRuleScope
Synopsis
- 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 | |
Instances
| Eq ConfigConfigRuleScope # | |
Defined in Stratosphere.ResourceProperties.ConfigConfigRuleScope Methods (==) :: ConfigConfigRuleScope -> ConfigConfigRuleScope -> Bool # (/=) :: ConfigConfigRuleScope -> ConfigConfigRuleScope -> Bool # | |
| Show ConfigConfigRuleScope # | |
Defined in Stratosphere.ResourceProperties.ConfigConfigRuleScope Methods showsPrec :: Int -> ConfigConfigRuleScope -> ShowS # show :: ConfigConfigRuleScope -> String # showList :: [ConfigConfigRuleScope] -> ShowS # | |
| ToJSON ConfigConfigRuleScope # | |
Defined in Stratosphere.ResourceProperties.ConfigConfigRuleScope Methods toJSON :: ConfigConfigRuleScope -> Value # toEncoding :: ConfigConfigRuleScope -> Encoding # toJSONList :: [ConfigConfigRuleScope] -> Value # toEncodingList :: [ConfigConfigRuleScope] -> Encoding # | |
| FromJSON ConfigConfigRuleScope # | |
Defined in Stratosphere.ResourceProperties.ConfigConfigRuleScope Methods parseJSON :: Value -> Parser ConfigConfigRuleScope # parseJSONList :: Value -> Parser [ConfigConfigRuleScope] # | |
configConfigRuleScope :: ConfigConfigRuleScope #
Constructor for ConfigConfigRuleScope containing required fields as
arguments.
ccrsTagKey :: Lens' ConfigConfigRuleScope (Maybe (Val Text)) #