RepositoryAssociationArgs

data class RepositoryAssociationArgs(val bucketName: Output<String>? = null, val connectionArn: Output<String>? = null, val name: Output<String>? = null, val owner: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null, val type: Output<RepositoryAssociationType>? = null) : ConvertibleToJava<RepositoryAssociationArgs>

This resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(bucketName: Output<String>? = null, connectionArn: Output<String>? = null, name: Output<String>? = null, owner: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, type: Output<RepositoryAssociationType>? = null)

Properties

Link copied to clipboard
val bucketName: Output<String>? = null

The name of the S3 bucket associated with an associated S3 repository. It must start with codeguru-reviewer-.

Link copied to clipboard
val connectionArn: Output<String>? = null

The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.

Link copied to clipboard
val name: Output<String>? = null

Name of the repository to be associated.

Link copied to clipboard
val owner: Output<String>? = null

The owner of the repository. For a Bitbucket repository, this is the username for the account that owns the repository.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

The tags associated with a repository association.

Link copied to clipboard
val type: Output<RepositoryAssociationType>? = null

The type of repository to be associated.

Functions

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