libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics
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.LookoutMetrics.Types.S3SourceConfig

Description

 
Synopsis

Documentation

data S3SourceConfig Source #

Contains information about the configuration of the S3 bucket that contains source files.

See: newS3SourceConfig smart constructor.

Constructors

S3SourceConfig' 

Fields

Instances

Instances details
Eq S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Read S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Show S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Generic S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Associated Types

type Rep S3SourceConfig :: Type -> Type #

NFData S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Methods

rnf :: S3SourceConfig -> () #

Hashable S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

ToJSON S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

FromJSON S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

type Rep S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

type Rep S3SourceConfig = D1 ('MetaData "S3SourceConfig" "Amazonka.LookoutMetrics.Types.S3SourceConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "S3SourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "templatedPathList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "historicalDataPathList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "fileFormatDescriptor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileFormatDescriptor)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3SourceConfig Source #

Create a value of S3SourceConfig 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:templatedPathList:S3SourceConfig', s3SourceConfig_templatedPathList - A list of templated paths to the source files.

$sel:historicalDataPathList:S3SourceConfig', s3SourceConfig_historicalDataPathList - A list of paths to the historical data files.

$sel:fileFormatDescriptor:S3SourceConfig', s3SourceConfig_fileFormatDescriptor - Contains information about a source file's formatting.

$sel:roleArn:S3SourceConfig', s3SourceConfig_roleArn - The ARN of an IAM role that has read and write access permissions to the source S3 bucket.

s3SourceConfig_templatedPathList :: Lens' S3SourceConfig (Maybe (NonEmpty Text)) Source #

A list of templated paths to the source files.

s3SourceConfig_historicalDataPathList :: Lens' S3SourceConfig (Maybe (NonEmpty Text)) Source #

A list of paths to the historical data files.

s3SourceConfig_fileFormatDescriptor :: Lens' S3SourceConfig (Maybe FileFormatDescriptor) Source #

Contains information about a source file's formatting.

s3SourceConfig_roleArn :: Lens' S3SourceConfig Text Source #

The ARN of an IAM role that has read and write access permissions to the source S3 bucket.