Store Index Args
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
Content copied to clipboard
Constructors
Link copied to clipboard
fun StoreIndexArgs(fieldSearches: Output<List<StoreIndexFieldSearchArgs>>? = null, fullText: Output<StoreIndexFullTextArgs>? = null, logstore: Output<String>? = null, project: Output<String>? = null)