RepositoryAssociationRepositoryGithubEnterpriseServerArgs

data class RepositoryAssociationRepositoryGithubEnterpriseServerArgs(val connectionArn: Output<String>, val name: Output<String>, val owner: Output<String>) : ConvertibleToJava<RepositoryAssociationRepositoryGithubEnterpriseServerArgs>

Constructors

constructor(connectionArn: Output<String>, name: Output<String>, owner: Output<String>)

Properties

Link copied to clipboard
val connectionArn: Output<String>

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

Link copied to clipboard
val name: Output<String>

The name of the third party source repository.

Link copied to clipboard
val owner: Output<String>

The username for the account that owns the repository.

Functions

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