GithubEnterpriseConfigArgs

fun GithubEnterpriseConfigArgs(appId: Output<String>? = null, displayName: Output<String>? = null, gheConfigId: Output<String>? = null, hostUrl: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, peeredNetwork: Output<String>? = null, project: Output<String>? = null, projectId: Output<String>? = null, secrets: Output<GitHubEnterpriseSecretsArgs>? = null, sslCa: Output<String>? = null, webhookKey: Output<String>? = null)