GremlinGraphIndexPolicyCompositeIndexIndexArgs

data class GremlinGraphIndexPolicyCompositeIndexIndexArgs(val order: Output<String>, val path: Output<String>) : ConvertibleToJava<GremlinGraphIndexPolicyCompositeIndexIndexArgs>

Constructors

constructor(order: Output<String>, path: Output<String>)

Properties

Link copied to clipboard
val order: Output<String>

Order of the index. Possible values are Ascending or Descending.

Link copied to clipboard
val path: Output<String>

Path for which the indexing behaviour applies to.

Functions

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