V3FunctionOssMountConfigMountPointArgs

data class V3FunctionOssMountConfigMountPointArgs(val bucketName: Output<String>? = null, val bucketPath: Output<String>? = null, val endpoint: Output<String>? = null, val mountDir: Output<String>? = null, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<V3FunctionOssMountConfigMountPointArgs>

Constructors

Link copied to clipboard
constructor(bucketName: Output<String>? = null, bucketPath: Output<String>? = null, endpoint: Output<String>? = null, mountDir: Output<String>? = null, readOnly: Output<Boolean>? = null)

Properties

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

OSS Bucket name

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

Path of the mounted OSS Bucket

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

OSS access endpoint

Link copied to clipboard
val mountDir: Output<String>? = null
Link copied to clipboard
val readOnly: Output<Boolean>? = null

Read-only

Functions

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