Amazon Forecast is no longer available to new customers. Existing customers of
Amazon Forecast can continue to use the service as normal.
Learn more"
CreateWhatIfForecastExport
Exports a forecast created by the CreateWhatIfForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket. The forecast file name will match the following conventions:
≈<ForecastExportJobName>_<ExportTimestamp>_<PartNumber>
The <ExportTimestamp> component is in Java SimpleDateFormat (yyyy-MM-ddTHH-mm-ssZ).
Important
Amazon Forecast is no longer available to new customers. Existing customers of
Amazon Forecast can continue to use the service as normal.
Learn more"
You must specify a DataDestination object that includes an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket. For more information, see Set Up Permissions for Amazon Forecast.
For more information, see Generating Forecasts.
To get a list of all your what-if forecast export jobs, use the ListWhatIfForecastExports operation.
Note
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 DescribeWhatIfForecastExport operation.
Request Syntax
{
"Destination": {
"S3Config": {
"KMSKeyArn": "string
",
"Path": "string
",
"RoleArn": "string
"
}
},
"Format": "string
",
"Tags": [
{
"Key": "string
",
"Value": "string
"
}
],
"WhatIfForecastArns": [ "string
" ],
"WhatIfForecastExportName": "string
"
}
Request Parameters
The request accepts the following data in JSON format.
- Destination
-
The location where you want to save the forecast and an AWS 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.
If encryption is used,
Destination
must include an AWS Key Management Service (KMS) key. The IAM role must allow Amazon Forecast permission to access the key.Type: DataDestination object
Required: Yes
- Format
-
The format of the exported data, CSV or PARQUET.
Type: String
Length Constraints: Maximum length of 7.
Pattern:
^CSV|PARQUET$
Required: No
- Tags
-
A list of tags to apply to the what if forecast.
Type: Array of Tag objects
Array Members: Minimum number of 0 items. Maximum number of 200 items.
Required: No
- WhatIfForecastArns
-
The list of what-if forecast Amazon Resource Names (ARNs) to export.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 50 items.
Length Constraints: Maximum length of 300.
Pattern:
arn:([a-z\d-]+):forecast:.*:.*:.+
Required: Yes
- WhatIfForecastExportName
-
The name of the what-if forecast to export.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z][a-zA-Z0-9_]*
Required: Yes
Response Syntax
{
"WhatIfForecastExportArn": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- WhatIfForecastExportArn
-
The Amazon Resource Name (ARN) of the what-if forecast.
Type: String
Length Constraints: Maximum length of 300.
Pattern:
arn:([a-z\d-]+):forecast:.*:.*:.+
Errors
- InvalidInputException
-
We can't process the request because it includes an invalid value or a value that exceeds the valid range.
HTTP Status Code: 400
- LimitExceededException
-
The limit on the number of resources per account has been exceeded.
HTTP Status Code: 400
- ResourceAlreadyExistsException
-
There is already a resource with this name. Try again with a different name.
HTTP Status Code: 400
- ResourceInUseException
-
The specified resource is in use.
HTTP Status Code: 400
- ResourceNotFoundException
-
We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try again.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: