---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_cloudbuild_bitbucket_server_config{% #gcp_cloudbuild_bitbucket_server_config %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `api_key`{% #api_key %}

**Type**: `STRING`**Provider name**: `apiKey`**Description**: Required. Immutable. API Key that will be attached to webhook. Once this field has been set, it cannot be changed. If you need to change it, please create another BitbucketServerConfig.

## `connected_repositories`{% #connected_repositories %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `connectedRepositories`**Description**: Output only. Connected Bitbucket Server repositories for this config.

- `project_key`**Type**: `STRING`**Provider name**: `projectKey`**Description**: Required. Identifier for the project storing the repository.
- `repo_slug`**Type**: `STRING`**Provider name**: `repoSlug`**Description**: Required. Identifier for the repository.
- `webhook_id`**Type**: `INT32`**Provider name**: `webhookId`**Description**: Output only. The ID of the webhook that was created for receiving events from this repo. We only create and manage a single webhook for each repo.

## `create_time`{% #create_time %}

**Type**: `TIMESTAMP`**Provider name**: `createTime`**Description**: Time when the config was created.

## `host_uri`{% #host_uri %}

**Type**: `STRING`**Provider name**: `hostUri`**Description**: Required. Immutable. The URI of the Bitbucket Server host. Once this field has been set, it cannot be changed. If you need to change it, please create another BitbucketServerConfig.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: The resource name for the config.

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `peered_network`{% #peered_network %}

**Type**: `STRING`**Provider name**: `peeredNetwork`**Description**: Optional. The network to be used when reaching out to the Bitbucket Server instance. The VPC network must be enabled for private service connection. This should be set if the Bitbucket Server instance is hosted on-premises and not reachable by public internet. If this field is left empty, no network peering will occur and calls to the Bitbucket Server instance will be made over the public internet. Must be in the format `projects/{project}/global/networks/{network}`, where {project} is a project number or id and {network} is the name of a VPC network in the project.

## `peered_network_ip_range`{% #peered_network_ip_range %}

**Type**: `STRING`**Provider name**: `peeredNetworkIpRange`**Description**: Immutable. IP range within the peered network. This is specified in CIDR notation with a slash and the subnet prefix size. You can optionally specify an IP address before the subnet prefix value. e.g. `192.168.0.0/29` would specify an IP range starting at 192.168.0.0 with a 29 bit prefix size. `/16` would specify a prefix size of 16 bits, with an automatically determined IP within the peered VPC. If unspecified, a value of `/24` will be used. The field only has an effect if peered_network is set.

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `secrets`{% #secrets %}

**Type**: `STRUCT`**Provider name**: `secrets`**Description**: Required. Secret Manager secrets needed by the config.

- `admin_access_token_version_name`**Type**: `STRING`**Provider name**: `adminAccessTokenVersionName`**Description**: Required. The resource name for the admin access token's secret version.
- `read_access_token_version_name`**Type**: `STRING`**Provider name**: `readAccessTokenVersionName`**Description**: Required. The resource name for the read access token's secret version.
- `webhook_secret_version_name`**Type**: `STRING`**Provider name**: `webhookSecretVersionName`**Description**: Required. Immutable. The resource name for the webhook secret's secret version. Once this field has been set, it cannot be changed. If you need to change it, please create another BitbucketServerConfig.

## `ssl_ca`{% #ssl_ca %}

**Type**: `STRING`**Provider name**: `sslCa`**Description**: Optional. SSL certificate to use for requests to Bitbucket Server. The format should be PEM format but the extension can be one of .pem, .cer, or .crt.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `username`{% #username %}

**Type**: `STRING`**Provider name**: `username`**Description**: Username of the account Cloud Build will use on Bitbucket Server.

## `webhook_key`{% #webhook_key %}

**Type**: `STRING`**Provider name**: `webhookKey`**Description**: Output only. UUID included in webhook requests. The UUID is used to look up the corresponding config.

## `zone_id`{% #zone_id %}

**Type**: `STRING`
