| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.clone() |
AwsWafv2WebAclDetails |
ResourceDetails.getAwsWafv2WebAcl() |
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withArn(String arn)
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withCapacity(Long capacity)
The web ACL capacity units (WCUs) currently being used by this web ACL.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withCaptchaConfig(AwsWafv2WebAclCaptchaConfigDetails captchaConfig)
Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own
CaptchaConfig settings. |
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withDefaultAction(AwsWafv2WebAclActionDetails defaultAction)
The action to perform if none of the Rules contained in the web ACL match.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withDescription(String description)
A description of the web ACL that helps with identification.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withId(String id)
A unique identifier for the web ACL.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withManagedbyFirewallManager(Boolean managedbyFirewallManager)
Indicates whether this web ACL is managed by Firewall Manager.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withName(String name)
The name of the web ACL.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withRules(AwsWafv2RulesDetails... rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withRules(Collection<AwsWafv2RulesDetails> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withVisibilityConfig(AwsWafv2VisibilityConfigDetails visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsWafv2WebAcl(AwsWafv2WebAclDetails awsWafv2WebAcl) |
ResourceDetails |
ResourceDetails.withAwsWafv2WebAcl(AwsWafv2WebAclDetails awsWafv2WebAcl) |
Copyright © 2024. All rights reserved.