Describe Forecast Export Job
forecastservice_describe_forecast_export_job | R Documentation |
Describes a forecast export job created using the CreateForecastExportJob operation¶
Description¶
Describes a forecast export job created using the
create_forecast_export_job
operation.
In addition to listing the properties provided by the user in the
create_forecast_export_job
request, this operation lists the following
properties:
-
CreationTime
-
LastModificationTime
-
Status
-
Message
- If an error occurred, information about the error.
Usage¶
Arguments¶
ForecastExportJobArn
[required] The Amazon Resource Name (ARN) of the forecast export job.
Value¶
A list with the following syntax:
list(
ForecastExportJobArn = "string",
ForecastExportJobName = "string",
ForecastArn = "string",
Destination = list(
S3Config = list(
Path = "string",
RoleArn = "string",
KMSKeyArn = "string"
)
),
Message = "string",
Status = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModificationTime = as.POSIXct(
"2015-01-01"
),
Format = "string"
)