json Custom Config
suspend fun jsonCustomConfig(value: Output<SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs>)
Parameters
value
Custom configuration to apply the JSON parsing. Only applicable when json_parsing
is set to STANDARD
. Structure is documented below.
suspend fun jsonCustomConfig(argument: suspend SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgsBuilder.() -> Unit)
Parameters
argument
Custom configuration to apply the JSON parsing. Only applicable when json_parsing
is set to STANDARD
. Structure is documented below.