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

# aws_eks_identityproviderconfig{% #aws_eks_identityproviderconfig %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `client_id`{% #client_id %}

**Type**: `STRING` **Provider name**: `clientId` **Description**: This is also known as audience. The ID of the client application that makes authentication requests to the OIDC identity provider. 

## `cluster_name`{% #cluster_name %}

**Type**: `STRING` **Provider name**: `clusterName` **Description**: The name of your cluster. 

## `groups_claim`{% #groups_claim %}

**Type**: `STRING` **Provider name**: `groupsClaim` **Description**: The JSON web token (JWT) claim that the provider uses to return your groups. 

## `groups_prefix`{% #groups_prefix %}

**Type**: `STRING` **Provider name**: `groupsPrefix` **Description**: The prefix that is prepended to group claims to prevent clashes with existing names (such as `system:` groups). For example, the value`oidc:` creates group names like `oidc:engineering` and `oidc:infra`. The prefix can't contain `system:` 

## `identity_provider_config_arn`{% #identity_provider_config_arn %}

**Type**: `STRING` **Provider name**: `identityProviderConfigArn` **Description**: The ARN of the configuration. 

## `identity_provider_config_name`{% #identity_provider_config_name %}

**Type**: `STRING` **Provider name**: `identityProviderConfigName` **Description**: The name of the configuration. 

## `issuer_url`{% #issuer_url %}

**Type**: `STRING` **Provider name**: `issuerUrl` **Description**: The URL of the OIDC identity provider that allows the API server to discover public signing keys for verifying tokens. 

## `required_claims`{% #required_claims %}

**Type**: `MAP_STRING_STRING` **Provider name**: `requiredClaims` **Description**: The key-value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value. 

## `status`{% #status %}

**Type**: `STRING` **Provider name**: `status` **Description**: The status of the OIDC identity provider. 

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `username_claim`{% #username_claim %}

**Type**: `STRING` **Provider name**: `usernameClaim` **Description**: The JSON Web token (JWT) claim that is used as the username. 

## `username_prefix`{% #username_prefix %}

**Type**: `STRING` **Provider name**: `usernamePrefix` **Description**: The prefix that is prepended to username claims to prevent clashes with existing names. The prefix can't contain `system:` 
