StoreIndexArgs

data class StoreIndexArgs(val fieldSearches: Output<List<StoreIndexFieldSearchArgs>>? = null, val fullText: Output<StoreIndexFullTextArgs>? = null, val logstore: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<StoreIndexArgs>

Import

Log store index can be imported using the id, e.g.

$ pulumi import alicloud:log/storeIndex:StoreIndex example tf-log:tf-log-store

Constructors

Link copied to clipboard
fun StoreIndexArgs(fieldSearches: Output<List<StoreIndexFieldSearchArgs>>? = null, fullText: Output<StoreIndexFullTextArgs>? = null, logstore: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

List configurations of field search index. Valid item as follows:

Link copied to clipboard
val fullText: Output<StoreIndexFullTextArgs>? = null

The configuration of full text index. Valid item as follows:

Link copied to clipboard
val logstore: Output<String>? = null

The log store name to the query index belongs.

Link copied to clipboard
val project: Output<String>? = null

The project name to the log store belongs.