GremlinGraphIndexPolicyArgs

constructor(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)