ExcludedPathArgs

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

Constructors

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

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

Functions

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