jsonBody

@JvmName(name = "ifgwvjttsixpjxey")
suspend fun jsonBody(value: Output<LoggingConfigurationFieldToMatchJsonBodyPropertiesArgs>)
@JvmName(name = "hamkphuoytyeaicu")
suspend fun jsonBody(value: LoggingConfigurationFieldToMatchJsonBodyPropertiesArgs?)

Parameters

value

Inspect the request body as JSON. The request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.


@JvmName(name = "qlidjodskgbhsrlb")
suspend fun jsonBody(argument: suspend LoggingConfigurationFieldToMatchJsonBodyPropertiesArgsBuilder.() -> Unit)

Parameters

argument

Inspect the request body as JSON. The request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.