WebAclUriFragmentArgs

data class WebAclUriFragmentArgs(val fallbackBehavior: Output<WebAclUriFragmentFallbackBehavior>? = null) : ConvertibleToJava<WebAclUriFragmentArgs>

The path component of the URI Fragment. This is the part of a web request that identifies a fragment uri, for example, /abcd#introduction

Constructors

Link copied to clipboard
constructor(fallbackBehavior: Output<WebAclUriFragmentFallbackBehavior>? = null)

Properties

Link copied to clipboard

What AWS WAF should do if it fails to completely parse the JSON body. The options are the following:

Functions

Link copied to clipboard
open override fun toJava(): WebAclUriFragmentArgs