GitLabConfigArgs

constructor(connectedRepositories: Output<List<GitLabRepositoryIdArgs>>? = null, enterpriseConfig: Output<GitLabEnterpriseConfigArgs>? = null, gitlabConfigId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, secrets: Output<GitLabSecretsArgs>? = null, username: Output<String>? = null)