AnalyticsApplicationOutputSchemaArgs

data class AnalyticsApplicationOutputSchemaArgs(val recordFormatType: Output<String>) : ConvertibleToJava<AnalyticsApplicationOutputSchemaArgs>

Constructors

Link copied to clipboard
constructor(recordFormatType: Output<String>)

Properties

Link copied to clipboard

The Format Type of the records on the output stream. Can be CSV or JSON.

Functions

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