| 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.CodeStar.Types.S3Location
Description
Synopsis
Documentation
data S3Location Source #
The Amazon S3 location where the source code files provided with the project request are stored.
See: newS3Location smart constructor.
Constructors
| S3Location' | |
Instances
newS3Location :: S3Location Source #
Create a value of S3Location 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:bucketKey:S3Location', s3Location_bucketKey - The Amazon S3 object key where the source code files provided with the
project request are stored.
$sel:bucketName:S3Location', s3Location_bucketName - The Amazon S3 bucket name where the source code files provided with the
project request are stored.
s3Location_bucketKey :: Lens' S3Location (Maybe Text) Source #
The Amazon S3 object key where the source code files provided with the project request are stored.
s3Location_bucketName :: Lens' S3Location (Maybe Text) Source #
The Amazon S3 bucket name where the source code files provided with the project request are stored.