RepositoryAssociationRepositoryS3BucketArgs

data class RepositoryAssociationRepositoryS3BucketArgs(val bucketName: Output<String>, val name: Output<String>) : ConvertibleToJava<RepositoryAssociationRepositoryS3BucketArgs>

Constructors

constructor(bucketName: Output<String>, name: Output<String>)

Properties

Link copied to clipboard
val bucketName: Output<String>

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
val name: Output<String>

The name of the repository in the S3 bucket.

Functions

Link copied to clipboard
open override fun toJava(): RepositoryAssociationRepositoryS3BucketArgs