AmazonS3Location interface

The location of amazon S3 dataset.

Extends

Properties

bucketName

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

type

Type of dataset storage location.

version

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

Inherited Properties

additionalProperties

Additional properties

fileName

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

folderPath

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

Property Details

bucketName

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

bucketName?: any

Property Value

any

type

Type of dataset storage location.

type: "AmazonS3Location"

Property Value

"AmazonS3Location"

version

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

version?: any

Property Value

any

Inherited Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From DatasetLocation.additionalProperties

fileName

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

fileName?: any

Property Value

any

Inherited From DatasetLocation.fileName

folderPath

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

folderPath?: any

Property Value

any

Inherited From DatasetLocation.folderPath