AnalyticsApplicationOutputSchemaArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard

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