FieldIndexConfigArgs

data class FieldIndexConfigArgs(val indexes: Output<List<FieldIndexConfigIndexArgs>>? = null) : ConvertibleToJava<FieldIndexConfigArgs>

Constructors

Link copied to clipboard
constructor(indexes: Output<List<FieldIndexConfigIndexArgs>>? = null)

Properties

Link copied to clipboard
val indexes: Output<List<FieldIndexConfigIndexArgs>>? = null

The indexes to configure on the field. Order or array contains must be specified. Structure is documented below.

Functions

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