AWS Fundamentals Logo
AWS Fundamentals
AWS::DataSync::LocationFSxOpenZFS

DataSync LocationFSxOpenZFS

Resource schema for AWS::DataSync::LocationFSxOpenZFS.

Properties

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

Filter:
PropertyTypeFlags
Protocol
Protocol
Required
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 OpenZFS file system location that is created.
LocationUristringThe URL of the FSx OpenZFS 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::LocationFSxOpenZFS

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

Required IAM Permissions

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

create

datasync:CreateLocationFsxOpenZfsdatasync:DescribeLocationFsxOpenZfsdatasync:ListTagsForResourcedatasync:TagResourcefsx:DescribeFileSystemsec2:DescribeNetworkInterfacesec2:DescribeSubnetsec2:DescribeSecurityGroups

read

datasync:DescribeLocationFsxOpenZfsdatasync:ListTagsForResource

update

datasync:DescribeLocationFsxOpenZfsdatasync:UpdateLocationFsxOpenZfsdatasync:ListTagsForResourcedatasync: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
Properties7
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.

FsxFilesystemArnSecurityGroupArns

External Links