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.DataDestination

Description

 
Synopsis

Documentation

data DataDestination Source #

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).

See: newDataDestination smart constructor.

Constructors

DataDestination' 

Fields

  • s3Config :: S3Config

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

Instances

Instances details
Eq DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Read DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Show DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Generic DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Associated Types

type Rep DataDestination :: Type -> Type #

NFData DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

Methods

rnf :: DataDestination -> () #

Hashable DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

ToJSON DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

FromJSON DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

type Rep DataDestination Source # 
Instance details

Defined in Amazonka.Forecast.Types.DataDestination

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

newDataDestination Source #

Create a value of DataDestination 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:DataDestination', dataDestination_s3Config - The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.

dataDestination_s3Config :: Lens' DataDestination S3Config Source #

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