Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data S3FileLocation = S3FileLocation' {}
- newS3FileLocation :: S3FileLocation
- s3FileLocation_versionId :: Lens' S3FileLocation (Maybe Text)
- s3FileLocation_etag :: Lens' S3FileLocation (Maybe Text)
- s3FileLocation_bucket :: Lens' S3FileLocation (Maybe Text)
- s3FileLocation_key :: Lens' S3FileLocation (Maybe Text)
Documentation
data S3FileLocation Source #
Specifies the details for the file location for the file being used in the workflow. Only applicable if you are using S3 storage.
See: newS3FileLocation
smart constructor.
S3FileLocation' | |
|
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:versionId:S3FileLocation'
, s3FileLocation_versionId
- Specifies the file version.
$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:bucket:S3FileLocation'
, s3FileLocation_bucket
- Specifies the S3 bucket that contains the file being used.
$sel:key:S3FileLocation'
, s3FileLocation_key
- The name assigned to the file when it was created in S3. You use the
object key to retrieve the object.
s3FileLocation_versionId :: Lens' S3FileLocation (Maybe Text) Source #
Specifies the file version.
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_bucket :: Lens' S3FileLocation (Maybe Text) Source #
Specifies the S3 bucket that contains the file being used.
s3FileLocation_key :: Lens' S3FileLocation (Maybe Text) Source #
The name assigned to the file when it was created in S3. You use the object key to retrieve the object.