IndexConfigArgs

data class IndexConfigArgs(val fieldPath: Output<String>, val type: Output<IndexConfigType>) : ConvertibleToJava<IndexConfigArgs>

Configuration for an indexed field.

Constructors

Link copied to clipboard
fun IndexConfigArgs(fieldPath: Output<String>, type: Output<IndexConfigType>)

Functions

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

Properties

Link copied to clipboard
val fieldPath: Output<String>

The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation( https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details.For example: jsonPayload.request.status

Link copied to clipboard
val type: Output<IndexConfigType>

The type of data in this index.