Package-level declarations
Types
Link copied to clipboard
data class FieldIndexConfigArgs(val indexes: Output<List<FieldIndexConfigIndexArgs>>? = null) : ConvertibleToJava<FieldIndexConfigArgs>
Link copied to clipboard
Builder for FieldIndexConfigArgs.
Link copied to clipboard
data class FieldIndexConfigIndexArgs(val arrayConfig: Output<String>? = null, val order: Output<String>? = null, val queryScope: Output<String>? = null) : ConvertibleToJava<FieldIndexConfigIndexArgs>
Link copied to clipboard
Builder for FieldIndexConfigIndexArgs.
Link copied to clipboard
data class FieldTtlConfigArgs(val state: Output<String>? = null) : ConvertibleToJava<FieldTtlConfigArgs>
Link copied to clipboard
Builder for FieldTtlConfigArgs.
Link copied to clipboard
data class IndexFieldArgs(val arrayConfig: Output<String>? = null, val fieldPath: Output<String>? = null, val order: Output<String>? = null) : ConvertibleToJava<IndexFieldArgs>
Link copied to clipboard
class IndexFieldArgsBuilder
Builder for IndexFieldArgs.