| 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.TimeStreamQuery.Types.S3ReportLocation
Description
Documentation
data S3ReportLocation Source #
S3 report location for the scheduled query run.
See: newS3ReportLocation smart constructor.
Constructors
| S3ReportLocation' | |
Instances
newS3ReportLocation :: S3ReportLocation Source #
Create a value of S3ReportLocation 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:bucketName:S3ReportLocation', s3ReportLocation_bucketName - S3 bucket name.
$sel:objectKey:S3ReportLocation', s3ReportLocation_objectKey - S3 key.
s3ReportLocation_bucketName :: Lens' S3ReportLocation (Maybe Text) Source #
S3 bucket name.
s3ReportLocation_objectKey :: Lens' S3ReportLocation (Maybe Text) Source #
S3 key.