AWS Fundamentals Logo
AWS Fundamentals
AWS::DataSync::LocationFSxWindows

DataSync LocationFSxWindows

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

Properties

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

Filter:
PropertyTypeFlags
SecurityGroupArns
Array<string>
RequiredCreate-only
User
string
Required
CmkSecretConfig
CmkSecretConfig
CustomSecretConfig
CustomSecretConfig
Domain
string
FsxFilesystemArn
string
Create-onlyWrite-only
Password
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 Amazon FSx for Windows file system location that is created.
LocationUristringThe URL of the FSx for Windows location that was described.
ManagedSecretConfigManagedSecretConfig-

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::LocationFSxWindows

Resources:
  MyResource:
    Type: AWS::DataSync::LocationFSxWindows
    Properties:
      User: "value"
      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:CreateLocationFsxWindowsdatasync:DescribeLocationFsxWindowsdatasync:ListTagsForResourcedatasync:TagResourcefsx:DescribeFileSystemsec2:DescribeNetworkInterfacesec2:DescribeSubnetsec2:DescribeSecurityGroups

read

datasync:DescribeLocationFsxWindowsdatasync:ListTagsForResource

update

datasync:DescribeLocationFsxWindowsdatasync:UpdateLocationFsxWindowsdatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcefsx:DescribeFileSystemsec2:DescribeNetworkInterfacessecretsmanager:UpdateSecret

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
Properties12
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