AWS Fundamentals Logo
AWS Fundamentals
AWS::DataSync::LocationNFS

DataSync LocationNFS

Resource schema for AWS::DataSync::LocationNFS

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
OnPremConfig
OnPremConfig
Required
MountOptions
MountOptions
ServerHostname
string
Write-only
Subdirectory
string
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
LocationArnstringThe Amazon Resource Name (ARN) of the NFS location.
LocationUristringThe URL of the NFS location that was described.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataSync::LocationNFS

Resources:
  MyResource:
    Type: AWS::DataSync::LocationNFS
    Properties:
      OnPremConfig: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

datasync:CreateLocationNfsdatasync:DescribeLocationNfsdatasync:ListTagsForResourcedatasync:TagResource

read

datasync:DescribeLocationNfsdatasync:ListTagsForResource

update

datasync:DescribeLocationNfsdatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcedatasync:UpdateLocationNfs

delete

datasync:DeleteLocation

list

datasync:ListLocations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDataSync
Properties7
Required1
TaggingSupported
Primary IDLocationArn

Supported Operations

CreateReadUpdateDeleteList

External Links