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 WebACLSummary 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 name or description of the WebACL.
See: newWebACLSummary
smart constructor.
WebACLSummary' | |
|
Instances
Create a value of WebACLSummary
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:webACLId:WebACLSummary'
, webACLSummary_webACLId
- A unique identifier for a WebACL
. You use WebACLId
to get
information about a WebACL
(see GetWebACL), update a WebACL
(see
UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
$sel:name:WebACLSummary'
, webACLSummary_name
- A friendly name or description of the WebACL. You can't change the name
of a WebACL
after you create it.
webACLSummary_webACLId :: Lens' WebACLSummary Text Source #
A unique identifier for a WebACL
. You use WebACLId
to get
information about a WebACL
(see GetWebACL), update a WebACL
(see
UpdateWebACL), and delete a WebACL
from AWS WAF (see DeleteWebACL).
WebACLId
is returned by CreateWebACL and by ListWebACLs.
webACLSummary_name :: Lens' WebACLSummary Text Source #
A friendly name or description of the WebACL. You can't change the name
of a WebACL
after you create it.