GremlinGraphIndexPolicySpatialIndexArgs

data class GremlinGraphIndexPolicySpatialIndexArgs(val path: Output<String>, val types: Output<List<String>>? = null) : ConvertibleToJava<GremlinGraphIndexPolicySpatialIndexArgs>

Constructors

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

Properties

Link copied to clipboard
val path: Output<String>

Path for which the indexing behaviour applies to. According to the service design, all spatial types including LineString, MultiPolygon, Point, and Polygon will be applied to the path.

Link copied to clipboard
val types: Output<List<String>>? = null

Functions

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