v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463278347.3 KB

Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket. The forecast file name will match the following conventions:

<ForecastExportJobName>_<ExportTimestamp>_<PartNumber>

where the <ExportTimestamp> component is in Java SimpleDateFormat (yyyy-MM-ddTHH-mm-ssZ).

You must specify a DataDestination object that includes an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket. For more information, see aws-forecast-iam-roles.

For more information, see howitworks-forecast.

To get a list of all your forecast export jobs, use the ListForecastExportJobs operation.

The Status of the forecast export job must be ACTIVE before you can access the forecast in your Amazon S3 bucket. To get the status, use the DescribeForecastExportJob operation.

post/#X-Amz-Target=AmazonForecast.CreateForecastExportJob

Headers

X-Amz-Target'AmazonForecast.CreateForecastExportJob' required

Request body

ForecastExportJobNamestring required

The name for the forecast export job.

ForecastArnstring required

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

Formatstring

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

Response

Success

ForecastExportJobArnstring

The Amazon Resource Name (ARN) of the export job.