Table Attribute Definition Args
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.