VirtualNodeSpecLoggingAccessLogFileFormatJsonArgs

data class VirtualNodeSpecLoggingAccessLogFileFormatJsonArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<VirtualNodeSpecLoggingAccessLogFileFormatJsonArgs>

Constructors

constructor(key: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

The specified key for the JSON. Must be between 1 and 100 characters in length.

Link copied to clipboard
val value: Output<String>

The specified value for the JSON. Must be between 1 and 100 characters in length.

Functions

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