Repository Association Args
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
The name of the S3 bucket associated with an associated S3 repository. It must start with codeguru-reviewer-
.
Link copied to clipboard
The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
Link copied to clipboard
The tags associated with a repository association.
Link copied to clipboard
The type of repository to be associated.