amazonka-forecast-2.0: Amazon Forecast Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Forecast.Types.DataSource

Description

 
Synopsis

Documentation

data DataSource Source #

The source of your 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.

See: newDataSource smart constructor.

Constructors

DataSource' 

Fields

  • s3Config :: S3Config

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

Instances

Instances details
FromJSON DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

ToJSON 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 #

Read DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

NFData DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Methods

rnf :: DataSource -> () #

Eq DataSource Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataSource

Hashable 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" "amazonka-forecast-2.0-HHvJwvxGrDPBJtUcnmLBqf" '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 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 data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.