architectures

@JvmName(name = "hfgjblxgxwvvecsq")
suspend fun architectures(value: Output<List<String>>)
@JvmName(name = "awmjradnibouequx")
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 = "skrhaqalyhyisfrd")
suspend fun architectures(vararg values: Output<String>)


@JvmName(name = "dytoehvqeauukigb")
suspend fun architectures(values: List<Output<String>>)
@JvmName(name = "kgmwrdklrbcdipby")
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.