---
title: Amazon Bedrock Agent OAuth2 Credential Provider
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > DDSQL Reference > Data Directory > Amazon Bedrock Agent OAuth2
  Credential Provider
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Amazon Bedrock Agent OAuth2 Credential Provider

This table represents the Amazon Bedrock Agent OAuth2 Credential Provider resource from Amazon Web Services.

```
aws.bedrock_agentcore_oauth2credentialprovider
```

## Fields

| Title                         | ID   | Type       | Data Type                                                                                                                                                                                            | Description |
| ----------------------------- | ---- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                          | core | string     |
| account_id                    | core | string     |
| callback_url                  | core | string     | Callback URL to register on the OAuth2 credential provider as an allowed callback URL. This URL is where the OAuth2 authorization server redirects users after they complete the authorization flow. |
| client_secret_arn             | core | json       | The Amazon Resource Name (ARN) of the client secret in AWS Secrets Manager.                                                                                                                          |
| created_time                  | core | timestamp  | The timestamp when the OAuth2 credential provider was created.                                                                                                                                       |
| credential_provider_arn       | core | string     | ARN of the credential provider requested.                                                                                                                                                            |
| credential_provider_vendor    | core | string     | The vendor of the OAuth2 credential provider.                                                                                                                                                        |
| failure_reason                | core | string     | The reason for the failure if the OAuth2 credential provider is in a failed state.                                                                                                                   |
| last_updated_time             | core | timestamp  | The timestamp when the OAuth2 credential provider was last updated.                                                                                                                                  |
| name                          | core | string     | The name of the OAuth2 credential provider.                                                                                                                                                          |
| oauth2_provider_config_output | core | json       | The configuration output for the OAuth2 provider.                                                                                                                                                    |
| status                        | core | string     | The current status of the OAuth2 credential provider.                                                                                                                                                |
| tags                          | core | hstore_csv |
