AWS Fundamentals Logo
AWS Fundamentals
AWS::DataSync::LocationFSxLustre

DataSync LocationFSxLustre

Resource schema for AWS::DataSync::LocationFSxLustre.

Properties

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

Filter:
PropertyTypeFlags
SecurityGroupArns
Array<string>
RequiredCreate-only
FsxFilesystemArn
string
Create-onlyWrite-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 Amazon FSx for Lustre file system location that is created.
LocationUristringThe URL of the FSx for Lustre 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::LocationFSxLustre

Resources:
  MyResource:
    Type: AWS::DataSync::LocationFSxLustre
    Properties:
      SecurityGroupArns: "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:CreateLocationFsxLustredatasync:DescribeLocationFsxLustredatasync:ListTagsForResourcedatasync:TagResourcefsx:DescribeFileSystemsec2:DescribeNetworkInterfacesec2:DescribeSubnetsec2:DescribeSecurityGroups

read

datasync:DescribeLocationFsxLustredatasync:ListTagsForResource

update

datasync:DescribeLocationFsxLustredatasync:ListTagsForResourcedatasync:UpdateLocationFsxLustredatasync:TagResourcedatasync:UntagResourcefsx:DescribeFileSystemsec2:DescribeNetworkInterfaces

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
Properties6
Required1
TaggingSupported
Primary IDLocationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

FsxFilesystemArnSecurityGroupArns

External Links