CompositePathArgs

data class CompositePathArgs(val order: Output<Either<String, CompositePathSortOrder>>? = null, val path: Output<String>? = null) : ConvertibleToJava<CompositePathArgs>

Constructors

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

Properties

Link copied to clipboard
val order: Output<Either<String, CompositePathSortOrder>>? = null

Sort order for composite paths.

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(): CompositePathArgs