class Aws::ForecastService::Types::DataDestination

The destination for an export job. Provide an S3 path, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the location, and an AWS Key Management Service (KMS) key (optional).

@note When making an API call, you may pass DataDestination

data as a hash:

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

@!attribute [rw] s3_config

The path to an Amazon Simple Storage Service (Amazon S3) bucket
along with the credentials to access the bucket.
@return [Types::S3Config]

@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DataDestination AWS API Documentation

Constants

SENSITIVE