GremlinGraphIndexPolicyCompositeIndexIndexArgs

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

Constructors

Functions

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

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.