architectures

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


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