DataCollectionRuleStreamDeclarationColumnArgs

data class DataCollectionRuleStreamDeclarationColumnArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<DataCollectionRuleStreamDeclarationColumnArgs>

Constructors

constructor(name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the column.

Link copied to clipboard
val type: Output<String>

The type of the column data. Possible values are string, int, long, real, boolean, datetime,and dynamic.

Functions

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