| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatch.Types.ManagedRuleDescription
Description
Synopsis
- data ManagedRuleDescription = ManagedRuleDescription' {}
- newManagedRuleDescription :: ManagedRuleDescription
- managedRuleDescription_resourceARN :: Lens' ManagedRuleDescription (Maybe Text)
- managedRuleDescription_ruleState :: Lens' ManagedRuleDescription (Maybe ManagedRuleState)
- managedRuleDescription_templateName :: Lens' ManagedRuleDescription (Maybe Text)
Documentation
data ManagedRuleDescription Source #
Contains information about managed Contributor Insights rules, as
returned by ListManagedInsightRules.
See: newManagedRuleDescription smart constructor.
Constructors
| ManagedRuleDescription' | |
Fields
| |
Instances
newManagedRuleDescription :: ManagedRuleDescription Source #
Create a value of ManagedRuleDescription with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceARN:ManagedRuleDescription', managedRuleDescription_resourceARN - If a managed rule is enabled, this is the ARN for the related Amazon Web
Services resource.
$sel:ruleState:ManagedRuleDescription', managedRuleDescription_ruleState - Describes the state of a managed rule. If present, it contains
information about the Contributor Insights rule that contains
information about the related Amazon Web Services resource.
$sel:templateName:ManagedRuleDescription', managedRuleDescription_templateName - The template name for the managed rule. Used to enable managed rules
using PutManagedInsightRules.
managedRuleDescription_resourceARN :: Lens' ManagedRuleDescription (Maybe Text) Source #
If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource.
managedRuleDescription_ruleState :: Lens' ManagedRuleDescription (Maybe ManagedRuleState) Source #
Describes the state of a managed rule. If present, it contains information about the Contributor Insights rule that contains information about the related Amazon Web Services resource.
managedRuleDescription_templateName :: Lens' ManagedRuleDescription (Maybe Text) Source #
The template name for the managed rule. Used to enable managed rules
using PutManagedInsightRules.