| 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.FinSpaceData.Types.S3Location
Description
Synopsis
- data S3Location = S3Location' {}
- newS3Location :: Text -> Text -> S3Location
- s3Location_bucket :: Lens' S3Location Text
- s3Location_key :: Lens' S3Location Text
Documentation
data S3Location Source #
The location of an external Dataview in an S3 bucket.
See: newS3Location smart constructor.
Constructors
| S3Location' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> S3Location |
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 - The name of the S3 bucket.
$sel:key:S3Location', s3Location_key - The path of the folder, within the S3 bucket that contains the Dataset.
s3Location_bucket :: Lens' S3Location Text Source #
The name of the S3 bucket.
s3Location_key :: Lens' S3Location Text Source #
The path of the folder, within the S3 bucket that contains the Dataset.