CreateForecastExportJobRequest

Types

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

Properties

Link copied to clipboard

The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3 bucket.

Link copied to clipboard

The Amazon Resource Name (ARN) of the forecast that you want to export.

Link copied to clipboard

The name for the forecast export job.

Link copied to clipboard

The format of the exported data, CSV or PARQUET. The default value is CSV.

Link copied to clipboard
val tags: List<Tag>?

The optional metadata that you apply to the forecast export job to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

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