AWS::DataSync::LocationNFSResource schema for AWS::DataSync::LocationNFS
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
OnPremConfig | OnPremConfig | Required |
MountOptions | MountOptions | |
ServerHostname | string | Write-only |
Subdirectory | string | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LocationArn | string | The Amazon Resource Name (ARN) of the NFS location. |
LocationUri | string | The URL of the NFS location that was described. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataSync::LocationNFS
Resources:
MyResource:
Type: AWS::DataSync::LocationNFS
Properties:
OnPremConfig: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
datasync:CreateLocationNfsdatasync:DescribeLocationNfsdatasync:ListTagsForResourcedatasync:TagResourcedatasync:DescribeLocationNfsdatasync:ListTagsForResourcedatasync:DescribeLocationNfsdatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcedatasync:UpdateLocationNfsdatasync:DeleteLocationdatasync:ListLocationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLocationArn