GcsProfileArgs

data class GcsProfileArgs(val bucket: Output<String>, val rootPath: Output<String>? = null) : ConvertibleToJava<GcsProfileArgs>

Cloud Storage bucket profile.

Constructors

Link copied to clipboard
fun GcsProfileArgs(bucket: Output<String>, rootPath: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val bucket: Output<String>

The Cloud Storage bucket name.

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

The root path inside the Cloud Storage bucket.