| 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.ArtifactLocation
Description
Documentation
data ArtifactLocation Source #
Represents information about the location of an artifact.
See: newArtifactLocation smart constructor.
Constructors
| ArtifactLocation' | |
Fields
| |
Instances
newArtifactLocation :: ArtifactLocation Source #
Create a value of ArtifactLocation 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:s3Location:ArtifactLocation', artifactLocation_s3Location - The S3 bucket that contains the artifact.
$sel:type':ArtifactLocation', artifactLocation_type - The type of artifact in the location.
artifactLocation_s3Location :: Lens' ArtifactLocation (Maybe S3ArtifactLocation) Source #
The S3 bucket that contains the artifact.
artifactLocation_type :: Lens' ArtifactLocation (Maybe ArtifactLocationType) Source #
The type of artifact in the location.