OssExportConfigColumnArgs

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

Constructors

Link copied to clipboard
constructor(name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the key.

Link copied to clipboard
val type: Output<String>

Type of configuration name.

Functions

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