V3FunctionCodeArgs

data class V3FunctionCodeArgs(val checksum: Output<String>? = null, val ossBucketName: Output<String>? = null, val ossObjectName: Output<String>? = null, val zipFile: Output<String>? = null) : ConvertibleToJava<V3FunctionCodeArgs>

Constructors

Link copied to clipboard
constructor(checksum: Output<String>? = null, ossBucketName: Output<String>? = null, ossObjectName: Output<String>? = null, zipFile: Output<String>? = null)

Properties

Link copied to clipboard
val checksum: Output<String>? = null

The CRC-64 value of the function code package.

Link copied to clipboard
val ossBucketName: Output<String>? = null

The name of the OSS Bucket that stores the function code ZIP package.

Link copied to clipboard
val ossObjectName: Output<String>? = null

The name of the OSS Object that stores the function code ZIP package.

Link copied to clipboard
val zipFile: Output<String>? = null

The Base 64 encoding of the function code ZIP package.

Functions

Link copied to clipboard
open override fun toJava(): V3FunctionCodeArgs