EnterpriseDatabaseModuleArgs

data class EnterpriseDatabaseModuleArgs(val args: Output<String>? = null, val name: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<EnterpriseDatabaseModuleArgs>

Constructors

Link copied to clipboard
constructor(args: Output<String>? = null, name: Output<String>, version: Output<String>? = null)

Properties

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

Configuration options for the module (e.g. ERROR_RATE 0.00 INITIAL_SIZE 400). Changing this forces a new resource to be created. Defaults to "".

Link copied to clipboard
val name: Output<String>

The name which should be used for this module. Possible values are RedisBloom, RedisTimeSeries, RediSearch and RedisJSON. Changing this forces a new Redis Enterprise Database to be created.

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

Functions

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