class Aws::ForecastService::Types::DataSource
The source of your training data, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an AWS Key Management Service (KMS) key. This object is submitted in the CreateDatasetImportJob request.
@note When making an API call, you may pass DataSource
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 the training data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data. @return [Types::S3Config]
@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DataSource AWS API Documentation
Constants
- SENSITIVE