AWS::DataSync::LocationFSxONTAP Protocol - AWS CloudFormation

AWS::DataSync::LocationFSxONTAP Protocol

Specifies the data transfer protocol that AWS DataSync uses to access your Amazon FSx file system.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "NFS" : NFS, "SMB" : SMB }

YAML

NFS: NFS SMB: SMB

Properties

NFS

Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for ONTAP file system's storage virtual machine (SVM).

Required: No

Type: NFS

Update requires: Replacement

SMB

Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.

Required: No

Type: SMB

Update requires: Replacement