Interface CfnWebACL.ApplicationAttributeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACL.ApplicationAttributeProperty.Jsii$Proxy
- Enclosing class:
CfnWebACL
@Stability(Stable)
public static interface CfnWebACL.ApplicationAttributeProperty
extends software.amazon.jsii.JsiiSerializable
Application details defined during the web ACL creation process.
Application attributes help AWS WAF give recommendations for protection packs.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wafv2.*;
ApplicationAttributeProperty applicationAttributeProperty = ApplicationAttributeProperty.builder()
.name("name")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebACL.ApplicationAttributePropertystatic final classAn implementation forCfnWebACL.ApplicationAttributeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Specifies the attribute name.- See Also:
-
getValues
Specifies the attribute value.- See Also:
-
builder
-