DataStoreInfoBaseArgs

data class DataStoreInfoBaseArgs(val dataStoreType: Output<Either<String, DataStoreTypes>>, val objectType: Output<String>) : ConvertibleToJava<DataStoreInfoBaseArgs>

DataStoreInfo base

Constructors

Link copied to clipboard
constructor(dataStoreType: Output<Either<String, DataStoreTypes>>, objectType: Output<String>)

Properties

Link copied to clipboard
val dataStoreType: Output<Either<String, DataStoreTypes>>

type of datastore; Operational/Vault/Archive

Link copied to clipboard
val objectType: Output<String>

Type of Datasource object, used to initialize the right inherited type

Functions

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