DatasetOutputFileUriValueArgs

data class DatasetOutputFileUriValueArgs(val fileName: Output<String>) : ConvertibleToJava<DatasetOutputFileUriValueArgs>

Constructors

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

Properties

Link copied to clipboard
val fileName: Output<String>

The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

Functions

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