Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data BusinessReportS3Location Source #
The S3 location of the output reports.
See: newBusinessReportS3Location
smart constructor.
Instances
newBusinessReportS3Location :: BusinessReportS3Location Source #
Create a value of BusinessReportS3Location
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:path:BusinessReportS3Location'
, businessReportS3Location_path
- The path of the business report.
$sel:bucketName:BusinessReportS3Location'
, businessReportS3Location_bucketName
- The S3 bucket name of the output reports.
businessReportS3Location_path :: Lens' BusinessReportS3Location (Maybe Text) Source #
The path of the business report.
businessReportS3Location_bucketName :: Lens' BusinessReportS3Location (Maybe Text) Source #
The S3 bucket name of the output reports.