StorageSettingArgs

data class StorageSettingArgs(val datastoreType: Output<Either<String, StorageSettingStoreTypes>>? = null, val type: Output<Either<String, StorageSettingTypes>>? = null) : ConvertibleToJava<StorageSettingArgs>

Storage setting

Constructors

Link copied to clipboard
constructor(datastoreType: Output<Either<String, StorageSettingStoreTypes>>? = null, type: Output<Either<String, StorageSettingTypes>>? = null)

Properties

Link copied to clipboard
val datastoreType: Output<Either<String, StorageSettingStoreTypes>>? = null

Gets or sets the type of the datastore.

Link copied to clipboard
val type: Output<Either<String, StorageSettingTypes>>? = null

Gets or sets the type.

Functions

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