attributeDefinitions

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


@JvmName(name = "ejvpucjabtluaqfy")
suspend fun attributeDefinitions(values: List<Output<TableAttributeDefinitionArgs>>)
@JvmName(name = "mebxcttmngnvnenu")
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 = "doclwxsmiwsmgjpc")
suspend fun attributeDefinitions(argument: List<suspend TableAttributeDefinitionArgsBuilder.() -> Unit>)
@JvmName(name = "fanvhncececerqwj")
suspend fun attributeDefinitions(vararg argument: suspend TableAttributeDefinitionArgsBuilder.() -> Unit)
@JvmName(name = "abamhwguyxxvvxtk")
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.