FolderBucketConfigIndexConfigArgs

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

Constructors

Link copied to clipboard
constructor(fieldPath: Output<String>, type: Output<String>)

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 for details.

Link copied to clipboard
val type: Output<String>

The type of data in this index. Allowed types include INDEX_TYPE_UNSPECIFIED, INDEX_TYPE_STRING and INDEX_TYPE_INTEGER.

Functions

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