GoogleCloudStorageArgs

data class GoogleCloudStorageArgs(val gcsPath: Output<String>) : ConvertibleToJava<GoogleCloudStorageArgs>

A storage location within Google cloud storage (GCS).

Constructors

Link copied to clipboard
constructor(gcsPath: Output<String>)

Properties

Link copied to clipboard
val gcsPath: Output<String>

The path to a directory in GCS that will eventually contain the results for this test. The requesting user must have write access on the bucket in the supplied path.

Functions

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