architectures

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


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