---
title: DataSync Location FSx Windows
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > DataSync Location FSx Windows
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# DataSync Location FSx Windows

DataSync FSx for Windows File Server Location in AWS represents a configured endpoint that allows AWS DataSync to transfer data to and from an Amazon FSx for Windows File Server file system. It stores connection details such as the file system ARN, domain, user credentials, and security group settings. This resource is used to automate and accelerate data movement between on-premises storage, other AWS services, or different FSx file systems while maintaining compatibility with Windows file system features like access control lists and SMB protocol support.

```
aws.datasync_location_fsx_windows
```

## Fields

| Title                 | ID   | Type          | Data Type                                                                                                                                                                                                                                                | Description |
| --------------------- | ---- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                  | core | string        |
| account_id            | core | string        |
| cmk_secret_config     | core | json          | Describes configuration information for a DataSync-managed secret, such as a Password that DataSync uses to access a specific storage location, with a customer-managed KMS key.                                                                         |
| creation_time         | core | timestamp     | The time that the FSx for Windows File Server location was created.                                                                                                                                                                                      |
| custom_secret_config  | core | json          | Describes configuration information for a customer-managed secret, such as a Password that DataSync uses to access a specific storage location, with a customer-managed Identity and Access Management (IAM) role that provides access to the secret.    |
| domain                | core | string        | The name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.                                                                                                                                           |
| location_arn          | core | string        | The ARN of the FSx for Windows File Server location.                                                                                                                                                                                                     |
| location_uri          | core | string        | The uniform resource identifier (URI) of the FSx for Windows File Server location.                                                                                                                                                                       |
| managed_secret_config | core | json          | Describes configuration information for a DataSync-managed secret, such as a Password that DataSync uses to access a specific storage location. DataSync uses the default Amazon Web Services-managed KMS key to encrypt this secret in Secrets Manager. |
| security_group_arns   | core | array<string> | The ARNs of the Amazon EC2 security groups that provide access to your file system's preferred subnet. For information about configuring security groups for file system access, see the Amazon FSx for Windows File Server User Guide .                 |
| tags                  | core | hstore_csv    |
| user                  | core | string        | The user with the permissions to mount and access the FSx for Windows File Server file system.                                                                                                                                                           |
