IncludedPathArgs

data class IncludedPathArgs(val indexes: Output<List<IndexesArgs>>? = null, val path: Output<String>? = null) : ConvertibleToJava<IncludedPathArgs>

The paths that are included in indexing

Constructors

Link copied to clipboard
constructor(indexes: Output<List<IndexesArgs>>? = null, path: Output<String>? = null)

Properties

Link copied to clipboard
val indexes: Output<List<IndexesArgs>>? = null

List of indexes for this path

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

The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*) */

Functions

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