---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_datasync_location_fsx_open_zfs Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource schema for AWS::DataSync::LocationFSxOpenZFS.
---
# awscc_datasync_location_fsx_open_zfs (Resource)
Resource schema for AWS::DataSync::LocationFSxOpenZFS.
## Schema
### Required
- `fsx_filesystem_arn` (String) The Amazon Resource Name (ARN) for the FSx OpenZFS file system.
- `protocol` (Attributes) Configuration settings for an NFS or SMB protocol, currently only support NFS (see [below for nested schema](#nestedatt--protocol))
- `security_group_arns` (List of String) The ARNs of the security groups that are to use to configure the FSx OpenZFS file system.
### Optional
- `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))
### Read-Only
- `id` (String) Uniquely identifies the resource.
- `location_arn` (String) The Amazon Resource Name (ARN) of the Amazon FSx OpenZFS file system location that is created.
- `location_uri` (String) The URL of the FSx OpenZFS that was described.
### Nested Schema for `protocol`
Required:
- `nfs` (Attributes) FSx OpenZFS file system NFS protocol information (see [below for nested schema](#nestedatt--protocol--nfs))
### Nested Schema for `protocol.nfs`
Required:
- `mount_options` (Attributes) The NFS mount options that DataSync can use to mount your NFS share. (see [below for nested schema](#nestedatt--protocol--nfs--mount_options))
### Nested Schema for `protocol.nfs.mount_options`
Required:
- `version` (String) The specific NFS version that you want DataSync to use to mount your NFS share.
### Nested Schema for `tags`
Optional:
- `key` (String) The key for an AWS resource tag.
- `value` (String) The value for an AWS resource tag.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_datasync_location_fsx_open_zfs.example
```