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

# aws_eks_eks_anywhere_subscription{% #aws_eks_eks_anywhere_subscription %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

**Type**: `STRING`**Provider name**: `arn`**Description**: The Amazon Resource Name (ARN) for the subscription.

## `auto_renew`{% #auto_renew %}

**Type**: `BOOLEAN`**Provider name**: `autoRenew`**Description**: A boolean indicating whether or not a subscription will auto renew when it expires.

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `createdAt`**Description**: The Unix timestamp in seconds for when the subscription was created.

## `effective_date`{% #effective_date %}

**Type**: `TIMESTAMP`**Provider name**: `effectiveDate`**Description**: The Unix timestamp in seconds for when the subscription is effective.

## `expiration_date`{% #expiration_date %}

**Type**: `TIMESTAMP`**Provider name**: `expirationDate`**Description**: The Unix timestamp in seconds for when the subscription will expire or auto renew, depending on the auto renew configuration of the subscription object.

## `id`{% #id %}

**Type**: `STRING`**Provider name**: `id`**Description**: UUID identifying a subscription.

## `license_arns`{% #license_arns %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `licenseArns`**Description**: Amazon Web Services License Manager ARN associated with the subscription.

## `license_quantity`{% #license_quantity %}

**Type**: `INT32`**Provider name**: `licenseQuantity`**Description**: The number of licenses included in a subscription. Valid values are between 1 and 100.

## `license_type`{% #license_type %}

**Type**: `STRING`**Provider name**: `licenseType`**Description**: The type of licenses included in the subscription. Valid value is CLUSTER. With the CLUSTER license type, each license covers support for a single EKS Anywhere cluster.

## `licenses`{% #licenses %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `licenses`**Description**: Includes all of the claims in the license token necessary to validate the license for extended support.

- `id`**Type**: `STRING`**Provider name**: `id`**Description**: An id associated with an EKS Anywhere subscription license.
- `token`**Type**: `STRING`**Provider name**: `token`**Description**: An optional license token that can be used for extended support verification.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The status of a subscription.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `term`{% #term %}

**Type**: `STRUCT`**Provider name**: `term`**Description**: An EksAnywhereSubscriptionTerm object.

- `duration`**Type**: `INT32`**Provider name**: `duration`**Description**: The duration of the subscription term. Valid values are 12 and 36, indicating a 12 month or 36 month subscription.
- `unit`**Type**: `STRING`**Provider name**: `unit`**Description**: The term unit of the subscription. Valid value is `MONTHS`.
