attributeDefinitions

@JvmName(name = "uptediabkfywelyu")
suspend fun attributeDefinitions(value: Output<List<TableAttributeDefinitionArgs>>)
@JvmName(name = "icmlhpfaunvpmglu")
suspend fun attributeDefinitions(value: List<TableAttributeDefinitionArgs>?)

Parameters

value

A list of attributes that describe the key schema for the table and indexes. This property is required to create a DDB table. Update requires: Some interruptions. Replacement if you edit an existing AttributeDefinition.


@JvmName(name = "pmcffbahglfbwrju")
suspend fun attributeDefinitions(vararg values: Output<TableAttributeDefinitionArgs>)


@JvmName(name = "pumdngfgehwgyqdn")
suspend fun attributeDefinitions(values: List<Output<TableAttributeDefinitionArgs>>)
@JvmName(name = "qisaevkbqqggdtjd")
suspend fun attributeDefinitions(vararg values: TableAttributeDefinitionArgs)

Parameters

values

A list of attributes that describe the key schema for the table and indexes. This property is required to create a DDB table. Update requires: Some interruptions. Replacement if you edit an existing AttributeDefinition.


@JvmName(name = "puxgdooqmckoykpt")
suspend fun attributeDefinitions(argument: List<suspend TableAttributeDefinitionArgsBuilder.() -> Unit>)
@JvmName(name = "cpwgvdkuegiimjbp")
suspend fun attributeDefinitions(vararg argument: suspend TableAttributeDefinitionArgsBuilder.() -> Unit)
@JvmName(name = "olpjvpwqauaglrnc")
suspend fun attributeDefinitions(argument: suspend TableAttributeDefinitionArgsBuilder.() -> Unit)

Parameters

argument

A list of attributes that describe the key schema for the table and indexes. This property is required to create a DDB table. Update requires: Some interruptions. Replacement if you edit an existing AttributeDefinition.