RuleGroupUriFragmentArgs

data class RuleGroupUriFragmentArgs(val fallbackBehavior: Output<RuleGroupUriFragmentFallbackBehavior>? = null) : ConvertibleToJava<RuleGroupUriFragmentArgs>

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<RuleGroupUriFragmentFallbackBehavior>? = 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(): RuleGroupUriFragmentArgs