V3LayerVersionCodeArgs

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

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 code package. If checksum is provided, Function Compute checks whether the checksum of the code package is consistent with the provided checksum.

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

Name of the OSS Bucket where the user stores the Layer Code ZIP package

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

Name of the OSS Object where the user stores the Layer Code ZIP package

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

Base 64 encoding of Layer Code ZIP package

Functions

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