| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTSiteWise.Types.ErrorReportLocation
Description
Documentation
data ErrorReportLocation Source #
The Amazon S3 destination where errors associated with the job creation request are saved.
See: newErrorReportLocation smart constructor.
Constructors
| ErrorReportLocation' | |
Fields
| |
Instances
newErrorReportLocation Source #
Arguments
| :: Text | |
| -> Text | |
| -> ErrorReportLocation |
Create a value of ErrorReportLocation 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:bucket:ErrorReportLocation', errorReportLocation_bucket - The name of the Amazon S3 bucket to which errors associated with the
bulk import job are sent.
$sel:prefix:ErrorReportLocation', errorReportLocation_prefix - Amazon S3 uses the prefix as a folder name to organize data in the
bucket. Each Amazon S3 object has a key that is its unique identifier in
the bucket. Each object in a bucket has exactly one key. The prefix must
end with a forward slash (/). For more information, see
Organizing objects using prefixes
in the Amazon Simple Storage Service User Guide.
errorReportLocation_bucket :: Lens' ErrorReportLocation Text Source #
The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.
errorReportLocation_prefix :: Lens' ErrorReportLocation Text Source #
Amazon S3 uses the prefix as a folder name to organize data in the bucket. Each Amazon S3 object has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/). For more information, see Organizing objects using prefixes in the Amazon Simple Storage Service User Guide.