GcsProfileArgs

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

Cloud Storage bucket profile.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val bucketName: Output<String>

The full project and resource path for Cloud Storage bucket including the name.

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

The root path inside the Cloud Storage bucket.