S3BucketRepository - Amazon CodeGuru Reviewer

S3BucketRepository

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.

Contents

Name

The name of the repository when the ProviderType is S3Bucket.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: ^\S[\w.-]*$

Required: Yes

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.

Type: S3RepositoryDetails object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: