Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SubscribedRuleGroupSummary = SubscribedRuleGroupSummary' {
- ruleGroupId :: Text
- name :: Text
- metricName :: Text
- newSubscribedRuleGroupSummary :: Text -> Text -> Text -> SubscribedRuleGroupSummary
- subscribedRuleGroupSummary_ruleGroupId :: Lens' SubscribedRuleGroupSummary Text
- subscribedRuleGroupSummary_name :: Lens' SubscribedRuleGroupSummary Text
- subscribedRuleGroupSummary_metricName :: Lens' SubscribedRuleGroupSummary Text
Documentation
data SubscribedRuleGroupSummary Source #
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A summary of the rule groups you are subscribed to.
See: newSubscribedRuleGroupSummary
smart constructor.
SubscribedRuleGroupSummary' | |
|
Instances
newSubscribedRuleGroupSummary Source #
:: Text | |
-> Text | |
-> Text | |
-> SubscribedRuleGroupSummary |
Create a value of SubscribedRuleGroupSummary
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:ruleGroupId:SubscribedRuleGroupSummary'
, subscribedRuleGroupSummary_ruleGroupId
- A unique identifier for a RuleGroup
.
$sel:name:SubscribedRuleGroupSummary'
, subscribedRuleGroupSummary_name
- A friendly name or description of the RuleGroup
. You can't change the
name of a RuleGroup
after you create it.
$sel:metricName:SubscribedRuleGroupSummary'
, subscribedRuleGroupSummary_metricName
- A friendly name or description for the metrics for this RuleGroup
. The
name can contain only alphanumeric characters (A-Z, a-z, 0-9), with
maximum length 128 and minimum length one. It can't contain whitespace
or metric names reserved for AWS WAF, including "All" and
"Default_Action." You can't change the name of the metric after you
create the RuleGroup
.
subscribedRuleGroupSummary_ruleGroupId :: Lens' SubscribedRuleGroupSummary Text Source #
A unique identifier for a RuleGroup
.
subscribedRuleGroupSummary_name :: Lens' SubscribedRuleGroupSummary Text Source #
A friendly name or description of the RuleGroup
. You can't change the
name of a RuleGroup
after you create it.
subscribedRuleGroupSummary_metricName :: Lens' SubscribedRuleGroupSummary Text Source #
A friendly name or description for the metrics for this RuleGroup
. The
name can contain only alphanumeric characters (A-Z, a-z, 0-9), with
maximum length 128 and minimum length one. It can't contain whitespace
or metric names reserved for AWS WAF, including "All" and
"Default_Action." You can't change the name of the metric after you
create the RuleGroup
.