Package version:

Interface AmazonS3Location

The location of amazon S3 dataset.

interface AmazonS3Location {
    bucketName?: any;
    fileName?: any;
    folderPath?: any;
    type: "AmazonS3Location";
    version?: any;
}

Hierarchy (view full)

Properties

bucketName?: any

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

fileName?: any

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

folderPath?: any

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

type

Polymorphic discriminator, which specifies the different types this object can be

version?: any

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