AWS::DataSync::LocationFSxONTAP Protocol - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::DataSync::LocationFSxONTAP Protocol

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

Syntax

To declare this entity in your Amazon 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