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

# aws_fsx_file_cache{% #aws_fsx_file_cache %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `creation_time`{% #creation_time %}

**Type**: `TIMESTAMP`**Provider name**: `CreationTime`

## `data_repository_association_ids`{% #data_repository_association_ids %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `DataRepositoryAssociationIds`**Description**: A list of IDs of data repository associations that are associated with this cache.

## `dns_name`{% #dns_name %}

**Type**: `STRING`**Provider name**: `DNSName`**Description**: The Domain Name System (DNS) name for the cache.

## `failure_details`{% #failure_details %}

**Type**: `STRUCT`**Provider name**: `FailureDetails`**Description**: A structure providing details of any failures that occurred.

- `message`**Type**: `STRING`**Provider name**: `Message`**Description**: A message describing any failures that occurred.

## `file_cache_id`{% #file_cache_id %}

**Type**: `STRING`**Provider name**: `FileCacheId`**Description**: The system-generated, unique ID of the cache.

## `file_cache_type`{% #file_cache_type %}

**Type**: `STRING`**Provider name**: `FileCacheType`**Description**: The type of cache, which must be `LUSTRE`.

## `file_cache_type_version`{% #file_cache_type_version %}

**Type**: `STRING`**Provider name**: `FileCacheTypeVersion`**Description**: The Lustre version of the cache, which must be `2.12`.

## `kms_key_id`{% #kms_key_id %}

**Type**: `STRING`**Provider name**: `KmsKeyId`**Description**: Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a `KmsKeyId` isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see [Encrypt](https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html) in the Key Management Service API Reference.

## `lifecycle`{% #lifecycle %}

**Type**: `STRING`**Provider name**: `Lifecycle`**Description**: The lifecycle status of the cache. The following are the possible values and what they mean:

- `AVAILABLE` - The cache is in a healthy state, and is reachable and available for use.
- `CREATING` - The new cache is being created.
- `DELETING` - An existing cache is being deleted.
- `UPDATING` - The cache is undergoing a customer-initiated update.
- `FAILED` - An existing cache has experienced an unrecoverable failure. When creating a new cache, the cache was unable to be created.



## `lustre_configuration`{% #lustre_configuration %}

**Type**: `STRUCT`**Provider name**: `LustreConfiguration`**Description**: The configuration for the Amazon File Cache resource.

- `deployment_type`**Type**: `STRING`**Provider name**: `DeploymentType`**Description**: The deployment type of the Amazon File Cache resource, which must be `CACHE_1`.
- `log_configuration`**Type**: `STRUCT`**Provider name**: `LogConfiguration`**Description**: The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
  - `destination`**Type**: `STRING`**Provider name**: `Destination`**Description**: The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
  - `level`**Type**: `STRING`**Provider name**: `Level`**Description**: The data repository events that are logged by Amazon FSx.
    - `WARN_ONLY` - only warning events are logged.
    - `ERROR_ONLY` - only error events are logged.
    - `WARN_ERROR` - both warning events and error events are logged.
    - `DISABLED` - logging of data repository events is turned off.
Note that Amazon File Cache uses a default setting of `WARN_ERROR`, which can't be changed.
- `metadata_configuration`**Type**: `STRUCT`**Provider name**: `MetadataConfiguration`**Description**: The configuration for a Lustre MDT (Metadata Target) storage volume.
  - `storage_capacity`**Type**: `INT32`**Provider name**: `StorageCapacity`**Description**: The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is `2400` GiB.
- `mount_name`**Type**: `STRING`**Provider name**: `MountName`**Description**: You use the `MountName` value when mounting the cache. If you pass a cache ID to the `DescribeFileCaches` operation, it returns the the `MountName` value as part of the cache's description.
- `per_unit_storage_throughput`**Type**: `INT32`**Provider name**: `PerUnitStorageThroughput`**Description**: Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. Cache throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). The only supported value is `1000`.
- `weekly_maintenance_start_time`**Type**: `STRING`**Provider name**: `WeeklyMaintenanceStartTime`

## `network_interface_ids`{% #network_interface_ids %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `NetworkInterfaceIds`

## `owner_id`{% #owner_id %}

**Type**: `STRING`**Provider name**: `OwnerId`

## `resource_arn`{% #resource_arn %}

**Type**: `STRING`**Provider name**: `ResourceARN`

## `storage_capacity`{% #storage_capacity %}

**Type**: `INT32`**Provider name**: `StorageCapacity`**Description**: The storage capacity of the cache in gibibytes (GiB).

## `subnet_ids`{% #subnet_ids %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `SubnetIds`

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `vpc_id`{% #vpc_id %}

**Type**: `STRING`**Provider name**: `VpcId`
