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<RepositoryAssociationTagArgs>>? = 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
fun RepositoryAssociationArgs(bucketName: Output<String>? = null, connectionArn: Output<String>? = null, name: Output<String>? = null, owner: Output<String>? = null, tags: Output<List<RepositoryAssociationTagArgs>>? = null, type: Output<RepositoryAssociationType>? = null)