AmazonS3LocationArgs

data class AmazonS3LocationArgs(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<AmazonS3LocationArgs>

The location of amazon S3 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 amazon S3. 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 'AmazonS3Location'.

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

Specify the version of amazon S3. Type: string (or Expression with resultType string).

Functions

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