DatastoreColumnArgs

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

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 column.

Link copied to clipboard
val type: Output<String>

The type of data. For more information about the supported data types, see Common data types in the AWS Glue Developer Guide .

Functions

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