OracleCloudStorageLocationArgs

data class OracleCloudStorageLocationArgs(val bucketName: Output<Any>? = null, val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>, val version: Output<Any>? = null) : ConvertibleToJava<OracleCloudStorageLocationArgs>

The location of Oracle Cloud Storage dataset.

Constructors

Link copied to clipboard
constructor(bucketName: Output<Any>? = null, fileName: Output<Any>? = null, folderPath: Output<Any>? = null, type: Output<String>, version: Output<Any>? = null)

Properties

Link copied to clipboard
val bucketName: Output<Any>? = null

Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string)

Link copied to clipboard
val fileName: Output<Any>? = null

Specify the file name of dataset. Type: string (or Expression with resultType string).

Link copied to clipboard
val folderPath: Output<Any>? = null

Specify the folder path of dataset. Type: string (or Expression with resultType string)

Link copied to clipboard
val type: Output<String>

Type of dataset storage location. Expected value is 'OracleCloudStorageLocation'.

Link copied to clipboard
val version: Output<Any>? = null

Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).

Functions

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