Parameter | Type | Description | Example |
---|---|---|---|
object | The code configurations of the function. Code packages can be provided in the following methods:
| ||
checksum | string | The CRC-64 value of the function code package. If checksum is provided, Function Compute checks whether the checksum of the code package is the same as that provided. | 2825179536350**** |
ossBucketName | string | The name of the OSS bucket where the ZIP package of the function code is stored. | demo-bucket |
ossObjectName | string | The name of the OSS object where the ZIP package of the function code is stored. | demo-object |
zipFile | string | The ZIP package of the function code that is encoded in Base64 format. | UEsDBAoAAAAAANF |