amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment 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.LookoutEquipment.Types.IngestionS3InputConfiguration

Description

 
Synopsis

Documentation

data IngestionS3InputConfiguration Source #

Specifies S3 configuration information for the input data for the data ingestion job.

See: newIngestionS3InputConfiguration smart constructor.

Constructors

IngestionS3InputConfiguration' 

Fields

  • keyPattern :: Maybe Text

    Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*

  • prefix :: Maybe Text

    The prefix for the S3 location being used for the input data for the data ingestion.

  • bucket :: Text

    The name of the S3 bucket used for the input data for the data ingestion.

Instances

Instances details
FromJSON IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

ToJSON IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Generic IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Associated Types

type Rep IngestionS3InputConfiguration :: Type -> Type #

Read IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Show IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

NFData IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Eq IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

Hashable IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

type Rep IngestionS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration

type Rep IngestionS3InputConfiguration = D1 ('MetaData "IngestionS3InputConfiguration" "Amazonka.LookoutEquipment.Types.IngestionS3InputConfiguration" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "IngestionS3InputConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newIngestionS3InputConfiguration Source #

Create a value of IngestionS3InputConfiguration 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:keyPattern:IngestionS3InputConfiguration', ingestionS3InputConfiguration_keyPattern - Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*

$sel:prefix:IngestionS3InputConfiguration', ingestionS3InputConfiguration_prefix - The prefix for the S3 location being used for the input data for the data ingestion.

$sel:bucket:IngestionS3InputConfiguration', ingestionS3InputConfiguration_bucket - The name of the S3 bucket used for the input data for the data ingestion.

ingestionS3InputConfiguration_keyPattern :: Lens' IngestionS3InputConfiguration (Maybe Text) Source #

Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*

ingestionS3InputConfiguration_prefix :: Lens' IngestionS3InputConfiguration (Maybe Text) Source #

The prefix for the S3 location being used for the input data for the data ingestion.

ingestionS3InputConfiguration_bucket :: Lens' IngestionS3InputConfiguration Text Source #

The name of the S3 bucket used for the input data for the data ingestion.