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
Documentation
data RuleGroupSummary 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.
Contains the identifier and the friendly name or description of the
RuleGroup
.
See: newRuleGroupSummary
smart constructor.
RuleGroupSummary' | |
|
Instances
Create a value of RuleGroupSummary
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:RuleGroupSummary'
, ruleGroupSummary_ruleGroupId
- A unique identifier for a RuleGroup
. You use RuleGroupId
to get more
information about a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see UpdateRuleGroup), insert a RuleGroup
into a WebACL
or delete
one from a WebACL
(see UpdateWebACL), or delete a RuleGroup
from AWS
WAF (see DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
$sel:name:RuleGroupSummary'
, ruleGroupSummary_name
- A friendly name or description of the RuleGroup. You can't change the
name of a RuleGroup
after you create it.
ruleGroupSummary_ruleGroupId :: Lens' RuleGroupSummary Text Source #
A unique identifier for a RuleGroup
. You use RuleGroupId
to get more
information about a RuleGroup
(see GetRuleGroup), update a RuleGroup
(see UpdateRuleGroup), insert a RuleGroup
into a WebACL
or delete
one from a WebACL
(see UpdateWebACL), or delete a RuleGroup
from AWS
WAF (see DeleteRuleGroup).
RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
ruleGroupSummary_name :: Lens' RuleGroupSummary Text Source #
A friendly name or description of the RuleGroup. You can't change the
name of a RuleGroup
after you create it.