GlobalTableAttributeDefinitionArgs

data class GlobalTableAttributeDefinitionArgs(val attributeName: Output<String>, val attributeType: Output<String>) : ConvertibleToJava<GlobalTableAttributeDefinitionArgs>

Constructors

Link copied to clipboard
constructor(attributeName: Output<String>, attributeType: Output<String>)

Properties

Link copied to clipboard
val attributeName: Output<String>

A name for the attribute.

Link copied to clipboard
val attributeType: Output<String>

The data type for the attribute, where:

Functions

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