Location Fsx Ontap File System Args
Resource for managing an AWS DataSync Location FSx Ontap File System.
Example Usage
Basic Usage
resources:
test:
type: aws:datasync:LocationFsxOntapFileSystem
properties:
fsxFilesystemArn: ${testAwsFsxOntapFileSystem.arn}
securityGroupArns:
- ${testAwsSecurityGroup.arn}
storageVirtualMachineArn: ${testAwsFsxOntapStorageVirtualMachine.arn}
protocol:
nfs:
mountOptions:
version: NFS3
Import
Using pulumi import
, import aws_datasync_location_fsx_ontap_file_system
using the DataSync-ARN#FSx-ontap-svm-ARN
. For example:
$ pulumi import aws:datasync/locationFsxOntapFileSystem:LocationFsxOntapFileSystem example arn:aws:datasync:us-west-2:123456789012:location/loc-12345678901234567#arn:aws:fsx:us-west-2:123456789012:storage-virtual-machine/svm-12345678abcdef123
Properties
The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
The ARN of the SVM in your file system where you want to copy data to of from. The following arguments are optional:
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g. /vol1
, /vol1/tree1
, share1
).