Package-level declarations
Types
Link copied to clipboard
object CodegurureviewerFunctions
Link copied to clipboard
This resource schema represents the RepositoryAssociation resource in the Amazon CodeGuru Reviewer service.
Link copied to clipboard
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.
Link copied to clipboard
Builder for RepositoryAssociationArgs.
Link copied to clipboard
Link copied to clipboard
Builder for RepositoryAssociation.
Functions
Link copied to clipboard
suspend fun repositoryAssociation(name: String, block: suspend RepositoryAssociationResourceBuilder.() -> Unit): RepositoryAssociation