ReliableCollectionsRefArgs

data class ReliableCollectionsRefArgs(val doNotPersistState: Output<Boolean>? = null, val name: Output<String>) : ConvertibleToJava<ReliableCollectionsRefArgs>

Specifying this parameter adds support for reliable collections

Constructors

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

Properties

Link copied to clipboard
val doNotPersistState: Output<Boolean>? = null

False (the default) if ReliableCollections state is persisted to disk as usual. True if you do not want to persist state, in which case replication is still enabled and you can use ReliableCollections as distributed cache.

Link copied to clipboard
val name: Output<String>

Name of ReliableCollection resource. Right now it's not used and you can use any string.

Functions

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