Bitbucket Server Config Args
constructor(apiKey: Output<String>? = null, configId: Output<String>? = null, connectedRepositories: Output<List<BitbucketServerConfigConnectedRepositoryArgs>>? = null, hostUri: Output<String>? = null, location: Output<String>? = null, peeredNetwork: Output<String>? = null, project: Output<String>? = null, secrets: Output<BitbucketServerConfigSecretsArgs>? = null, sslCa: Output<String>? = null, username: Output<String>? = null)