Interface CfnRuleGroup.CustomResponseBodyProperty

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

@Stability(Stable) public static interface CfnRuleGroup.CustomResponseBodyProperty extends software.amazon.jsii.JsiiSerializable
The response body to use in a custom response to a web request.

This is referenced by key from CustomResponse CustomResponseBodyKey .

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.*;
 CustomResponseBodyProperty customResponseBodyProperty = CustomResponseBodyProperty.builder()
         .content("content")
         .contentType("contentType")
         .build();
 

See Also: