| 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.Panorama.Types.OutPutS3Location
Description
Documentation
data OutPutS3Location Source #
The location of an output object in Amazon S3.
See: newOutPutS3Location smart constructor.
Constructors
| OutPutS3Location' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> OutPutS3Location |
Create a value of OutPutS3Location 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:OutPutS3Location', outPutS3Location_bucketName - The object's bucket.
$sel:objectKey:OutPutS3Location', outPutS3Location_objectKey - The object's key.
outPutS3Location_bucketName :: Lens' OutPutS3Location Text Source #
The object's bucket.
outPutS3Location_objectKey :: Lens' OutPutS3Location Text Source #
The object's key.