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 S3RepositoryDetails Source #
Specifies the name of an S3 bucket and a CodeArtifacts
object that
contains the S3 object keys for a source code .zip file and for a build
artifacts .zip file that contains .jar or .class files.
See: newS3RepositoryDetails
smart constructor.
S3RepositoryDetails' | |
|
Instances
newS3RepositoryDetails :: S3RepositoryDetails Source #
Create a value of S3RepositoryDetails
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:codeArtifacts:S3RepositoryDetails'
, s3RepositoryDetails_codeArtifacts
- A CodeArtifacts
object. The CodeArtifacts
object includes the S3
object key for a source code .zip file and for a build artifacts .zip
file that contains .jar or .class files.
$sel:bucketName:S3RepositoryDetails'
, s3RepositoryDetails_bucketName
- The name of the S3 bucket used for associating a new S3 repository. It
must begin with codeguru-reviewer-
.
s3RepositoryDetails_codeArtifacts :: Lens' S3RepositoryDetails (Maybe CodeArtifacts) Source #
A CodeArtifacts
object. The CodeArtifacts
object includes the S3
object key for a source code .zip file and for a build artifacts .zip
file that contains .jar or .class files.
s3RepositoryDetails_bucketName :: Lens' S3RepositoryDetails (Maybe Text) Source #
The name of the S3 bucket used for associating a new S3 repository. It
must begin with codeguru-reviewer-
.