Git File Source Args
fun GitFileSourceArgs(bitbucketServerConfig: Output<String>? = null, githubEnterpriseConfig: Output<String>? = null, path: Output<String>? = null, repoType: Output<GitFileSourceRepoType>? = null, repository: Output<String>? = null, revision: Output<String>? = null, uri: Output<String>? = null)