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

# aws_eks_fargateprofile{% #aws_eks_fargateprofile %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `cluster_name`{% #cluster_name %}

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

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: The Unix epoch timestamp at object creation.

## `fargate_profile_arn`{% #fargate_profile_arn %}

**Type**: `STRING`**Provider name**: `fargateProfileArn`**Description**: The full Amazon Resource Name (ARN) of the Fargate profile.

## `fargate_profile_name`{% #fargate_profile_name %}

**Type**: `STRING`**Provider name**: `fargateProfileName`**Description**: The name of the Fargate profile.

## `health`{% #health %}

**Type**: `STRUCT`**Provider name**: `health`**Description**: The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.

- `issues`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `issues`**Description**: Any issues that are associated with the Fargate profile.
  - `code`**Type**: `STRING`**Provider name**: `code`**Description**: A brief description of the error.
  - `message`**Type**: `STRING`**Provider name**: `message`**Description**: The error message associated with the issue.
  - `resource_ids`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `resourceIds`**Description**: The Amazon Web Services resources that are affected by this issue.

## `pod_execution_role_arn`{% #pod_execution_role_arn %}

**Type**: `STRING`**Provider name**: `podExecutionRoleArn`**Description**: The Amazon Resource Name (ARN) of the `Pod` execution role to use for any `Pod` that matches the selectors in the Fargate profile. For more information, see [`Pod` execution role](https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html) in the Amazon EKS User Guide.

## `selectors`{% #selectors %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `selectors`**Description**: The selectors to match for a `Pod` to use this Fargate profile.

- `labels`**Type**: `MAP_STRING_STRING`**Provider name**: `labels`**Description**: The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
- `namespace`**Type**: `STRING`**Provider name**: `namespace`**Description**: The Kubernetes `namespace` that the selector should match.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The current status of the Fargate profile.

## `subnets`{% #subnets %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `subnets`**Description**: The IDs of subnets to launch a `Pod` into.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
