--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_datasync_location_fsx_windows Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::DataSync::LocationFSxWindows --- # awscc_datasync_location_fsx_windows (Data Source) Data Source schema for AWS::DataSync::LocationFSxWindows ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `domain` (String) The name of the Windows domain that the FSx for Windows server belongs to. - `fsx_filesystem_arn` (String) The Amazon Resource Name (ARN) for the FSx for Windows file system. - `location_arn` (String) The Amazon Resource Name (ARN) of the Amazon FSx for Windows file system location that is created. - `location_uri` (String) The URL of the FSx for Windows location that was described. - `password` (String) The password of the user who has the permissions to access files and folders in the FSx for Windows file system. - `security_group_arns` (List of String) The ARNs of the security groups that are to use to configure the FSx for Windows file system. - `subdirectory` (String) A subdirectory in the location's path. - `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) - `user` (String) The user who has the permissions to access files and folders in the FSx for Windows file system. ### Nested Schema for `tags` Read-Only: - `key` (String) The key for an AWS resource tag. - `value` (String) The value for an AWS resource tag.