| 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.Transfer.Types.S3FileLocation
Description
Synopsis
- data S3FileLocation = S3FileLocation' {}
- newS3FileLocation :: S3FileLocation
- s3FileLocation_bucket :: Lens' S3FileLocation (Maybe Text)
- s3FileLocation_etag :: Lens' S3FileLocation (Maybe Text)
- s3FileLocation_key :: Lens' S3FileLocation (Maybe Text)
- s3FileLocation_versionId :: Lens' S3FileLocation (Maybe Text)
Documentation
data S3FileLocation Source #
Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using S3 storage.
See: newS3FileLocation smart constructor.
Constructors
| S3FileLocation' | |
Fields
| |
Instances
newS3FileLocation :: S3FileLocation Source #
Create a value of S3FileLocation 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:S3FileLocation', s3FileLocation_bucket - Specifies the S3 bucket that contains the file being used.
$sel:etag:S3FileLocation', s3FileLocation_etag - The entity tag is a hash of the object. The ETag reflects changes only
to the contents of an object, not its metadata.
$sel:key:S3FileLocation', s3FileLocation_key - The name assigned to the file when it was created in Amazon S3. You use
the object key to retrieve the object.
$sel:versionId:S3FileLocation', s3FileLocation_versionId - Specifies the file version.
s3FileLocation_bucket :: Lens' S3FileLocation (Maybe Text) Source #
Specifies the S3 bucket that contains the file being used.
s3FileLocation_etag :: Lens' S3FileLocation (Maybe Text) Source #
The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata.
s3FileLocation_key :: Lens' S3FileLocation (Maybe Text) Source #
The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
s3FileLocation_versionId :: Lens' S3FileLocation (Maybe Text) Source #
Specifies the file version.