libZSservicesZSamazonka-forecastZSamazonka-forecast
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Forecast.Types.DataSource

Description

 
Synopsis

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.

Constructors

DataSource' 

Fields

  • s3Config :: 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.

Instances

Instances details
Eq DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Read DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

NFData DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Methods

rnf :: DataSource -> () #

Hashable DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

ToJSON DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

FromJSON DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.Forecast.Types.DataSource" "libZSservicesZSamazonka-forecastZSamazonka-forecast" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Config") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Config)))

newDataSource Source #

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.