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 S3BucketRepository Source #
Information about an associated repository in an S3 bucket. The associated repository contains a source code .zip file and a build artifacts .zip file that contains .jar or .class files.
See: newS3BucketRepository
smart constructor.
S3BucketRepository' | |
|
Instances
newS3BucketRepository Source #
Create a value of S3BucketRepository
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:details:S3BucketRepository'
, s3BucketRepository_details
- An S3RepositoryDetails
object that specifies the name of an S3 bucket
and a CodeArtifacts
object. The CodeArtifacts
object includes the S3
object keys for a source code .zip file and for a build artifacts .zip
file.
$sel:name:S3BucketRepository'
, s3BucketRepository_name
- The name of the repository when the ProviderType
is S3Bucket
.
s3BucketRepository_details :: Lens' S3BucketRepository (Maybe S3RepositoryDetails) Source #
An S3RepositoryDetails
object that specifies the name of an S3 bucket
and a CodeArtifacts
object. The CodeArtifacts
object includes the S3
object keys for a source code .zip file and for a build artifacts .zip
file.
s3BucketRepository_name :: Lens' S3BucketRepository Text Source #
The name of the repository when the ProviderType
is S3Bucket
.