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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebACLPropsMixin.ApplicationAttributePropertystatic final classAn implementation forCfnWebACLPropsMixin.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
-