attributeDefinitions

@JvmName(name = "gbegwhdvsracvgup")
suspend fun attributeDefinitions(value: Output<List<AttributeDefinitionArgs>>)
@JvmName(name = "klqomccvbtfqxnob")
suspend fun attributeDefinitions(value: List<AttributeDefinitionArgs>?)

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 = "rkfviacukrgmaool")
suspend fun attributeDefinitions(vararg values: Output<AttributeDefinitionArgs>)


@JvmName(name = "giqwqreoorbntrwc")
suspend fun attributeDefinitions(values: List<Output<AttributeDefinitionArgs>>)
@JvmName(name = "yyoivsyhjhkpoqfk")
suspend fun attributeDefinitions(vararg values: AttributeDefinitionArgs)

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 = "dwdpirwpgdgtyohd")
suspend fun attributeDefinitions(argument: List<suspend AttributeDefinitionArgsBuilder.() -> Unit>)
@JvmName(name = "vbvrbuokkiucstxy")
suspend fun attributeDefinitions(vararg argument: suspend AttributeDefinitionArgsBuilder.() -> Unit)
@JvmName(name = "ihkddetsanayiage")
suspend fun attributeDefinitions(argument: suspend AttributeDefinitionArgsBuilder.() -> 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.