Interface CfnWebACLPropsMixin.ApplicationAttributeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWebACLPropsMixin.ApplicationAttributeProperty.Jsii$Proxy
Enclosing class:
CfnWebACLPropsMixin

@Stability(Stable) public static interface CfnWebACLPropsMixin.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.mixins.preview.services.wafv2.mixins.*;
 ApplicationAttributeProperty applicationAttributeProperty = ApplicationAttributeProperty.builder()
         .name("name")
         .values(List.of("values"))
         .build();
 

See Also: