attributeDefinitions

@JvmName(name = "kicjejfgncgeyhkh")
suspend fun attributeDefinitions(value: Output<List<TableAttributeDefinitionArgs>>)
@JvmName(name = "abujoensunqpicrb")
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 = "plaifmdacnncfpyd")
suspend fun attributeDefinitions(vararg values: Output<TableAttributeDefinitionArgs>)


@JvmName(name = "fhdoygikmgqgpxnk")
suspend fun attributeDefinitions(values: List<Output<TableAttributeDefinitionArgs>>)
@JvmName(name = "koiqgdxhaucrgcfn")
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 = "maegbkyeuwfwckdl")
suspend fun attributeDefinitions(argument: List<suspend TableAttributeDefinitionArgsBuilder.() -> Unit>)
@JvmName(name = "spjtqjscyqtyfmvc")
suspend fun attributeDefinitions(vararg argument: suspend TableAttributeDefinitionArgsBuilder.() -> Unit)
@JvmName(name = "quvvyvsycplbmhnc")
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.