Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DataSource = DataSource' {}
- newDataSource :: S3Config -> DataSource
- dataSource_s3Config :: Lens' DataSource S3Config
Documentation
data DataSource Source #
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.
See: newDataSource
smart constructor.
Instances
Create a value of DataSource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:s3Config:DataSource'
, dataSource_s3Config
- The path to the training data stored in an Amazon Simple Storage Service
(Amazon S3) bucket along with the credentials to access the data.
dataSource_s3Config :: Lens' DataSource S3Config Source #
The path to the training data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.