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

# aws_bedrock_application_inference_profile{% #aws_bedrock_application_inference_profile %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: The time at which the inference profile was created.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `description`**Description**: The description of the inference profile.

## `inference_profile_arn`{% #inference_profile_arn %}

**Type**: `STRING`**Provider name**: `inferenceProfileArn`**Description**: The Amazon Resource Name (ARN) of the inference profile.

## `inference_profile_id`{% #inference_profile_id %}

**Type**: `STRING`**Provider name**: `inferenceProfileId`**Description**: The unique identifier of the inference profile.

## `inference_profile_name`{% #inference_profile_name %}

**Type**: `STRING`**Provider name**: `inferenceProfileName`**Description**: The name of the inference profile.

## `models`{% #models %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `models`**Description**: A list of information about each model in the inference profile.

- `model_arn`**Type**: `STRING`**Provider name**: `modelArn`**Description**: The Amazon Resource Name (ARN) of the model.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The status of the inference profile. `ACTIVE` means that the inference profile is ready to be used.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `type`{% #type %}

**Type**: `STRING`**Provider name**: `type`**Description**: The type of the inference profile. The following types are possible:

- `SYSTEM_DEFINED` – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles.
- `APPLICATION` – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.



## `updated_at`{% #updated_at %}

**Type**: `TIMESTAMP`**Provider name**: `updatedAt`**Description**: The time at which the inference profile was last updated.
