TableAttributeDefinitionArgs

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

Represents an attribute for describing the schema for the table and indexes.

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(): TableAttributeDefinitionArgs