You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::DataDestination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DataDestination as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_config: { # required
    path: "S3Path", # required
    role_arn: "Arn", # required
    kms_key_arn: "KMSKeyArn",
  },
}

The destination for an exported forecast, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the location and, optionally, an AWS Key Management Service (KMS) key. This object is submitted in the CreateForecastExportJob request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_configTypes::S3Config

The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.

Returns:

  • (Types::S3Config)

    The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.