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 AwsWafWebAclDetails = AwsWafWebAclDetails' {}
- newAwsWafWebAclDetails :: AwsWafWebAclDetails
- awsWafWebAclDetails_rules :: Lens' AwsWafWebAclDetails (Maybe [AwsWafWebAclRule])
- awsWafWebAclDetails_webAclId :: Lens' AwsWafWebAclDetails (Maybe Text)
- awsWafWebAclDetails_name :: Lens' AwsWafWebAclDetails (Maybe Text)
- awsWafWebAclDetails_defaultAction :: Lens' AwsWafWebAclDetails (Maybe Text)
Documentation
data AwsWafWebAclDetails Source #
Details about an WAF WebACL.
See: newAwsWafWebAclDetails
smart constructor.
AwsWafWebAclDetails' | |
|
Instances
newAwsWafWebAclDetails :: AwsWafWebAclDetails Source #
Create a value of AwsWafWebAclDetails
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:rules:AwsWafWebAclDetails'
, awsWafWebAclDetails_rules
- An array that contains the action for each rule in a WebACL, the
priority of the rule, and the ID of the rule.
$sel:webAclId:AwsWafWebAclDetails'
, awsWafWebAclDetails_webAclId
- A unique identifier for a WebACL.
$sel:name:AwsWafWebAclDetails'
, awsWafWebAclDetails_name
- A friendly name or description of the WebACL. You can't change the name
of a WebACL after you create it.
$sel:defaultAction:AwsWafWebAclDetails'
, awsWafWebAclDetails_defaultAction
- The action to perform if none of the rules contained in the WebACL
match.
awsWafWebAclDetails_rules :: Lens' AwsWafWebAclDetails (Maybe [AwsWafWebAclRule]) Source #
An array that contains the action for each rule in a WebACL, the priority of the rule, and the ID of the rule.
awsWafWebAclDetails_webAclId :: Lens' AwsWafWebAclDetails (Maybe Text) Source #
A unique identifier for a WebACL.
awsWafWebAclDetails_name :: Lens' AwsWafWebAclDetails (Maybe Text) Source #
A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
awsWafWebAclDetails_defaultAction :: Lens' AwsWafWebAclDetails (Maybe Text) Source #
The action to perform if none of the rules contained in the WebACL match.