architectures

@JvmName(name = "rwudjasbdbihgrev")
suspend fun architectures(value: Output<List<FunctionArchitecturesItem>>)
@JvmName(name = "kphrincjgstkcqeg")
suspend fun architectures(value: List<FunctionArchitecturesItem>?)

Parameters

value

The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64). The default value is `x86_64`.


@JvmName(name = "jasawfopqlumdqeq")
suspend fun architectures(vararg values: Output<FunctionArchitecturesItem>)


@JvmName(name = "ajqksfehqrbqiccm")
suspend fun architectures(values: List<Output<FunctionArchitecturesItem>>)
@JvmName(name = "khbnetftmnhwtiep")
suspend fun architectures(vararg values: FunctionArchitecturesItem)

Parameters

values

The instruction set architecture that the function supports. Enter a string array with one of the valid values (arm64 or x86_64). The default value is `x86_64`.