RepositoryAssociationRepositoryS3Bucket

data class RepositoryAssociationRepositoryS3Bucket(val bucketName: String, val name: String)

Constructors

Link copied to clipboard
constructor(bucketName: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket used for associating a new S3 repository. Note: The name must begin with codeguru-reviewer-.

Link copied to clipboard

The name of the repository in the S3 bucket.