IndexingPolicyArgs

constructor(automatic: Output<Boolean>? = null, compositeIndexes: Output<List<List<CompositePathArgs>>>? = null, excludedPaths: Output<List<ExcludedPathArgs>>? = null, includedPaths: Output<List<IncludedPathArgs>>? = null, indexingMode: Output<Either<String, IndexingMode>>? = null, spatialIndexes: Output<List<SpatialSpecArgs>>? = null)