GlobalTableKeySchemaArgs

data class GlobalTableKeySchemaArgs(val attributeName: Output<String>, val keyType: Output<String>) : ConvertibleToJava<GlobalTableKeySchemaArgs>

Constructors

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

Properties

Link copied to clipboard
val attributeName: Output<String>

The name of a key attribute.

Link copied to clipboard
val keyType: Output<String>

The role that this key attribute will assume:

Functions

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