AnalyticalStorageConfigurationArgs

data class AnalyticalStorageConfigurationArgs(val schemaType: Output<Either<String, AnalyticalStorageSchemaType>>? = null) : ConvertibleToJava<AnalyticalStorageConfigurationArgs>

Analytical storage specific properties.

Constructors

Link copied to clipboard
constructor(schemaType: Output<Either<String, AnalyticalStorageSchemaType>>? = null)

Properties

Link copied to clipboard
val schemaType: Output<Either<String, AnalyticalStorageSchemaType>>? = null

Describes the types of schema for analytical storage.

Functions

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