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 |
Documentation
data S3ArtifactLocation Source #
The location of the S3 bucket that contains a revision.
See: newS3ArtifactLocation
smart constructor.
S3ArtifactLocation' | |
|
Instances
newS3ArtifactLocation Source #
:: Text | |
-> Text | |
-> S3ArtifactLocation |
Create a value of S3ArtifactLocation
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:S3ArtifactLocation'
, s3ArtifactLocation_bucketName
- The name of the S3 bucket.
$sel:objectKey:S3ArtifactLocation'
, s3ArtifactLocation_objectKey
- The key of the object in the S3 bucket, which uniquely identifies the
object in the bucket.
s3ArtifactLocation_bucketName :: Lens' S3ArtifactLocation Text Source #
The name of the S3 bucket.
s3ArtifactLocation_objectKey :: Lens' S3ArtifactLocation Text Source #
The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.