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

# aws_bedrock_marketplace_model_endpoint{% #aws_bedrock_marketplace_model_endpoint %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP` **Provider name**: `createdAt` **Description**: The timestamp when the endpoint was registered. 

## `endpoint_arn`{% #endpoint_arn %}

**Type**: `STRING` **Provider name**: `endpointArn` **Description**: The Amazon Resource Name (ARN) of the endpoint. 

## `endpoint_config`{% #endpoint_config %}

**Type**: `STRUCT` **Provider name**: `endpointConfig` **Description**: The configuration of the endpoint, including the number and type of instances used. 

- `sage_maker`**Type**: `STRUCT`**Provider name**: `sageMaker`**Description**: The configuration specific to Amazon SageMaker for the endpoint.
  - `execution_role`**Type**: `STRING`**Provider name**: `executionRole`**Description**: The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on Amazon EC2 compute instances or for batch transform jobs.
  - `initial_instance_count`**Type**: `INT32`**Provider name**: `initialInstanceCount`**Description**: The number of Amazon EC2 compute instances to deploy for initial endpoint creation.
  - `instance_type`**Type**: `STRING`**Provider name**: `instanceType`**Description**: The Amazon EC2 compute instance type to deploy for hosting the model.
  - `kms_encryption_key`**Type**: `STRING`**Provider name**: `kmsEncryptionKey`**Description**: The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the Amazon EC2 compute instance that hosts the endpoint.
  - `vpc`**Type**: `STRUCT`**Provider name**: `vpc`**Description**: The VPC configuration for the endpoint.
    - `security_group_ids`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `securityGroupIds`**Description**: An array of IDs for each security group in the VPC to use.
    - `subnet_ids`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `subnetIds`**Description**: An array of IDs for each subnet in the VPC to use.

## `endpoint_status`{% #endpoint_status %}

**Type**: `STRING` **Provider name**: `endpointStatus` **Description**: The current status of the endpoint (e.g., Creating, InService, Updating, Failed). 

## `endpoint_status_message`{% #endpoint_status_message %}

**Type**: `STRING` **Provider name**: `endpointStatusMessage` **Description**: Additional information about the endpoint status, if available. 

## `model_source_identifier`{% #model_source_identifier %}

**Type**: `STRING` **Provider name**: `modelSourceIdentifier` **Description**: The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint. 

## `status`{% #status %}

**Type**: `STRING` **Provider name**: `status` **Description**: The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE). 

## `status_message`{% #status_message %}

**Type**: `STRING` **Provider name**: `statusMessage` **Description**: Additional information about the overall status, if available. 

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `updated_at`{% #updated_at %}

**Type**: `TIMESTAMP` **Provider name**: `updatedAt` **Description**: The timestamp when the endpoint was last updated. 
