| 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.CodePipeline.Types.S3ArtifactLocation
Description
Documentation
data S3ArtifactLocation Source #
The location of the S3 bucket that contains a revision.
See: newS3ArtifactLocation smart constructor.
Constructors
| S3ArtifactLocation' | |
Fields
| |
Instances
newS3ArtifactLocation Source #
Arguments
| :: 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.