architectures

@JvmName(name = "selvawvbtvwgahie")
suspend fun architectures(value: Output<List<FunctionArchitecturesItem>>)
@JvmName(name = "svxunthbmepunqqu")
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 = "arnxyhwfifabycix")
suspend fun architectures(vararg values: Output<FunctionArchitecturesItem>)


@JvmName(name = "ptunkwarkgshblfy")
suspend fun architectures(values: List<Output<FunctionArchitecturesItem>>)
@JvmName(name = "pllujarfeqdnkrex")
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`.