architectures

@JvmName(name = "ammgtwgoqqvbwwus")
suspend fun architectures(value: Output<List<String>>)
@JvmName(name = "erykkoycdsqglpcu")
suspend fun architectures(value: List<String>?)

Parameters

value

Instruction set architecture for your Lambda function. Valid values are ["x86_64"] and ["arm64"]. Default is ["x86_64"]. Removing this attribute, function's architecture stay the same.


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


@JvmName(name = "fqpojbwmunpdxhph")
suspend fun architectures(values: List<Output<String>>)
@JvmName(name = "slfybpwwlxxowrfl")
suspend fun architectures(vararg values: String)

Parameters

values

Instruction set architecture for your Lambda function. Valid values are ["x86_64"] and ["arm64"]. Default is ["x86_64"]. Removing this attribute, function's architecture stay the same.