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

# aws_datasync_location_nfs{% #aws_datasync_location_nfs %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `creation_time`{% #creation_time %}

**Type**: `TIMESTAMP`**Provider name**: `CreationTime`**Description**: The time when the NFS location was created.

## `location_arn`{% #location_arn %}

**Type**: `STRING`**Provider name**: `LocationArn`**Description**: The ARN of the NFS location.

## `location_uri`{% #location_uri %}

**Type**: `STRING`**Provider name**: `LocationUri`**Description**: The URI of the NFS location.

## `mount_options`{% #mount_options %}

**Type**: `STRUCT`**Provider name**: `MountOptions`**Description**: The mount options that DataSync uses to mount your NFS file server.

- `version`**Type**: `STRING`**Provider name**: `Version`**Description**: Specifies the NFS version that you want DataSync to use when mounting your NFS share. If the server refuses to use the version specified, the task fails. You can specify the following options:
  - `AUTOMATIC` (default): DataSync chooses NFS version 4.1.
  - `NFS3`: Stateless protocol version that allows for asynchronous writes on the server.
  - `NFSv4_0`: Stateful, firewall-friendly protocol version that supports delegations and pseudo file systems.
  - `NFSv4_1`: Stateful protocol version that supports sessions, directory delegations, and parallel data processing. NFS version 4.1 also includes all features available in version 4.0.
DataSync currently only supports NFS version 3 with Amazon FSx for NetApp ONTAP locations.

## `on_prem_config`{% #on_prem_config %}

**Type**: `STRUCT`**Provider name**: `OnPremConfig`

- `agent_arns`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `AgentArns`**Description**: The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server. You can specify more than one agent. For more information, see [Using multiple DataSync agents](https://docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents).

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
