ExcludedPathArgs

data class ExcludedPathArgs(val path: Output<String>? = null) : ConvertibleToJava<ExcludedPathArgs>

Constructors

Link copied to clipboard
fun ExcludedPathArgs(path: Output<String>? = null)

Functions

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

Properties

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/*) */