Logging Configuration Field To Match Json Body Properties Args
data class LoggingConfigurationFieldToMatchJsonBodyPropertiesArgs(val invalidFallbackBehavior: Output<LoggingConfigurationFieldToMatchJsonBodyPropertiesInvalidFallbackBehavior>? = null, val matchPattern: Output<LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchPatternPropertiesArgs>, val matchScope: Output<LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchScope>) : ConvertibleToJava<LoggingConfigurationFieldToMatchJsonBodyPropertiesArgs>
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.
Constructors
Link copied to clipboard
fun LoggingConfigurationFieldToMatchJsonBodyPropertiesArgs(invalidFallbackBehavior: Output<LoggingConfigurationFieldToMatchJsonBodyPropertiesInvalidFallbackBehavior>? = null, matchPattern: Output<LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchPatternPropertiesArgs>, matchScope: Output<LoggingConfigurationFieldToMatchJsonBodyPropertiesMatchScope>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard