V2FunctionCodeArgs

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

Constructors

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

Properties

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

The OSS bucket name of the function code package.

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

The OSS object name of the function code package.

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

Upload the base64 encoding of the code zip package directly in the request body.

Functions

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