UploadConfiguration

Provides upload configuration information. Files are uploaded from the simulation job to a location you specify.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A prefix that specifies where files will be uploaded in Amazon S3. It is appended to the simulation output location to determine the final path.

Link copied to clipboard

Specifies the path of the file(s) to upload. Standard Unix glob matching rules are accepted, with the addition of ** as a super asterisk. For example, specifying /var/log/**.log causes all .log files in the /var/log directory tree to be collected. For more examples, see Glob Library.

Link copied to clipboard

Specifies when to upload the files:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String