AWS Fundamentals Logo
AWS Fundamentals
AWS::DataSync::LocationFSxONTAP

DataSync LocationFSxONTAP

Resource Type definition for AWS::DataSync::LocationFSxONTAP.

Properties

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

Filter:
PropertyTypeFlags
SecurityGroupArns
Array<string>
RequiredCreate-only
StorageVirtualMachineArn
string
RequiredCreate-only
Protocol
Protocol
Subdirectory
string
Write-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
FsxFilesystemArnstringThe Amazon Resource Name (ARN) for the FSx ONAP file system.
LocationArnstringThe Amazon Resource Name (ARN) of the Amazon FSx ONTAP file system location that is created.
LocationUristringThe URL of the FSx ONTAP file system 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::LocationFSxONTAP

Resources:
  MyResource:
    Type: AWS::DataSync::LocationFSxONTAP
    Properties:
      SecurityGroupArns: "arn:aws:service:region:account:resource"
      StorageVirtualMachineArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

datasync:CreateLocationFsxOntapdatasync:DescribeLocationFsxOntapdatasync:ListTagsForResourcedatasync:TagResourcefsx:DescribeStorageVirtualMachinesfsx:DescribeFileSystemsec2:DescribeNetworkInterfacesec2:DescribeSubnets

read

datasync:DescribeLocationFsxOntapdatasync:ListTagsForResource

update

datasync:UpdateLocationFsxOntapdatasync:DescribeLocationFsxOntapdatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcefsx:DescribeFileSystemsfsx:DescribeStorageVirtualMachinesec2:DescribeNetworkInterfaces

delete

datasync:DeleteLocationsecretsmanager:DeleteSecret

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
Properties8
Required2
TaggingSupported
Primary IDLocationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

StorageVirtualMachineArnSecurityGroupArns

External Links