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

# gcp_apigee_instance{% #gcp_apigee_instance %}

## `access_logging_config`{% #access_logging_config %}

**Type**: `STRUCT`**Provider name**: `accessLoggingConfig`**Description**: Optional. Access logging configuration enables the access logging feature at the instance. Apigee customers can enable access logging to ship the access logs to their own project's cloud logging.

- `enabled`**Type**: `BOOLEAN`**Provider name**: `enabled`**Description**: Optional. Boolean flag that specifies whether the customer access log feature is enabled.
- `filter`**Type**: `STRING`**Provider name**: `filter`**Description**: Optional. Ship the access log entries that match the status_code defined in the filter. The status_code is the only expected/supported filter field. (Ex: status_code) The filter will parse it to the Common Expression Language semantics for expression evaluation to build the filter condition. (Ex: "filter": status_code >= 200 && status_code < 300 )

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `consumer_accept_list`{% #consumer_accept_list %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `consumerAcceptList`**Description**: Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.

## `created_at`{% #created_at %}

**Type**: `INT64`**Provider name**: `createdAt`**Description**: Output only. Time the instance was created in milliseconds since epoch.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `description`**Description**: Optional. Description of the instance.

## `disk_encryption_key_name`{% #disk_encryption_key_name %}

**Type**: `STRING`**Provider name**: `diskEncryptionKeyName`**Description**: Optional. Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not specified, a Google-Managed encryption key will be used. Use the following format: `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`

## `gcp_display_name`{% #gcp_display_name %}

**Type**: `STRING`**Provider name**: `displayName`**Description**: Optional. Display name for the instance.

## `host`{% #host %}

**Type**: `STRING`**Provider name**: `host`**Description**: Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.

## `ip_range`{% #ip_range %}

**Type**: `STRING`**Provider name**: `ipRange`**Description**: Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats: `a.b.c.d/22` or `e.f.g.h/28` or `a.b.c.d/22,e.f.g.h/28`

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `last_modified_at`{% #last_modified_at %}

**Type**: `INT64`**Provider name**: `lastModifiedAt`**Description**: Output only. Time the instance was last modified in milliseconds since epoch.

## `location`{% #location %}

**Type**: `STRING`**Provider name**: `location`**Description**: Required. Compute Engine location where the instance resides.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Required. Resource ID of the instance. Values must match the regular expression `^a-z{0,30}[a-z\d]$`.

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `peering_cidr_range`{% #peering_cidr_range %}

**Type**: `STRING`**Provider name**: `peeringCidrRange`**Description**: Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support `SLASH_16` to `SLASH_20` and defaults to `SLASH_16`. Evaluation organizations support only `SLASH_23`.**Possible values**:

- `CIDR_RANGE_UNSPECIFIED` - Range not specified.
- `SLASH_16` - `/16` CIDR range.
- `SLASH_17` - `/17` CIDR range.
- `SLASH_18` - `/18` CIDR range.
- `SLASH_19` - `/19` CIDR range.
- `SLASH_20` - `/20` CIDR range.
- `SLASH_22` - `/22` CIDR range. Supported for evaluation only.
- `SLASH_23` - `/23` CIDR range. Supported for evaluation only.

## `port`{% #port %}

**Type**: `STRING`**Provider name**: `port`**Description**: Output only. Port number of the exposed Apigee endpoint.

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `runtime_version`{% #runtime_version %}

**Type**: `STRING`**Provider name**: `runtimeVersion`**Description**: Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.

## `service_attachment`{% #service_attachment %}

**Type**: `STRING`**Provider name**: `serviceAttachment`**Description**: Output only. Resource name of the service attachment created for the instance in the format: `projects/*/regions/*/serviceAttachments/*` Apigee customers can privately forward traffic to this service attachment using the PSC endpoints.

## `state`{% #state %}

**Type**: `STRING`**Provider name**: `state`**Description**: Output only. State of the instance. Values other than `ACTIVE` means the resource is not ready to use.**Possible values**:

- `STATE_UNSPECIFIED` - Resource is in an unspecified state.
- `CREATING` - Resource is being created.
- `ACTIVE` - Resource is provisioned and ready to use.
- `DELETING` - The resource is being deleted.
- `UPDATING` - The resource is being updated.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `zone_id`{% #zone_id %}

**Type**: `STRING`
