Gremlin Graph Index Policy Args
data class GremlinGraphIndexPolicyArgs(val automatic: Output<Boolean>? = null, val compositeIndices: Output<List<GremlinGraphIndexPolicyCompositeIndexArgs>>? = null, val excludedPaths: Output<List<String>>? = null, val includedPaths: Output<List<String>>? = null, val indexingMode: Output<String>, val spatialIndices: Output<List<GremlinGraphIndexPolicySpatialIndexArgs>>? = null) : ConvertibleToJava<GremlinGraphIndexPolicyArgs>
Constructors
Link copied to clipboard
fun GremlinGraphIndexPolicyArgs(automatic: Output<Boolean>? = null, compositeIndices: Output<List<GremlinGraphIndexPolicyCompositeIndexArgs>>? = null, excludedPaths: Output<List<String>>? = null, includedPaths: Output<List<String>>? = null, indexingMode: Output<String>, spatialIndices: Output<List<GremlinGraphIndexPolicySpatialIndexArgs>>? = null)