ConnectionProfileGcsProfileArgs

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

Constructors

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

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.

Functions

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