| 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.LicenseManager.Types.S3Location
Description
Synopsis
- data S3Location = S3Location' {}
- newS3Location :: S3Location
- s3Location_bucket :: Lens' S3Location (Maybe Text)
- s3Location_keyPrefix :: Lens' S3Location (Maybe Text)
Documentation
data S3Location Source #
Details of the S3 bucket that report generator reports are published to.
See: newS3Location smart constructor.
Constructors
| S3Location' | |
Instances
newS3Location :: S3Location Source #
Create a value of S3Location 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:S3Location', s3Location_bucket - Name of the S3 bucket reports are published to.
$sel:keyPrefix:S3Location', s3Location_keyPrefix - Prefix of the S3 bucket reports are published to.
s3Location_bucket :: Lens' S3Location (Maybe Text) Source #
Name of the S3 bucket reports are published to.
s3Location_keyPrefix :: Lens' S3Location (Maybe Text) Source #
Prefix of the S3 bucket reports are published to.