libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment
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.LookoutEquipment.Types.LabelsS3InputConfiguration

Description

 
Synopsis

Documentation

data LabelsS3InputConfiguration Source #

The location information (prefix and bucket name) for the s3 location being used for label data.

See: newLabelsS3InputConfiguration smart constructor.

Constructors

LabelsS3InputConfiguration' 

Fields

  • prefix :: Maybe Text

    The prefix for the S3 bucket used for the label data.

  • bucket :: Text

    The name of the S3 bucket holding the label data.

Instances

Instances details
Eq LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Read LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Show LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Generic LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Associated Types

type Rep LabelsS3InputConfiguration :: Type -> Type #

NFData LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

Hashable LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

ToJSON LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

FromJSON LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

type Rep LabelsS3InputConfiguration Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.LabelsS3InputConfiguration

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

newLabelsS3InputConfiguration Source #

Create a value of LabelsS3InputConfiguration 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:prefix:LabelsS3InputConfiguration', labelsS3InputConfiguration_prefix - The prefix for the S3 bucket used for the label data.

$sel:bucket:LabelsS3InputConfiguration', labelsS3InputConfiguration_bucket - The name of the S3 bucket holding the label data.

labelsS3InputConfiguration_prefix :: Lens' LabelsS3InputConfiguration (Maybe Text) Source #

The prefix for the S3 bucket used for the label data.

labelsS3InputConfiguration_bucket :: Lens' LabelsS3InputConfiguration Text Source #

The name of the S3 bucket holding the label data.