| 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.M2.Types.ExternalLocation
Description
Synopsis
Documentation
data ExternalLocation Source #
Defines an external storage location.
See: newExternalLocation smart constructor.
Constructors
| ExternalLocation' | |
Fields
| |
Instances
newExternalLocation :: ExternalLocation Source #
Create a value of ExternalLocation 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:s3Location:ExternalLocation', externalLocation_s3Location - The URI of the Amazon S3 bucket.
externalLocation_s3Location :: Lens' ExternalLocation (Maybe Text) Source #
The URI of the Amazon S3 bucket.