GoogleCloudStorageArgs

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

A storage location within Google cloud storage (GCS).

Constructors

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

Functions

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

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.