AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataSync::LocationFSxOpenZFS

CfnLocationFSxOpenZFS

The `AWS::DataSync::LocationFSxOpenZFS` resource specifies an endpoint for an Amazon FSx for OpenZFS file system.

Import

import { CfnLocationFSxOpenZFS } from 'aws-cdk-lib/aws-datasync';

Or use the module namespace:

import * as datasync from 'aws-cdk-lib/aws-datasync';
// datasync.CfnLocationFSxOpenZFS

Properties

Configuration passed to the constructor as CfnLocationFSxOpenZFSProps.

protocolRequired
IResolvable | ProtocolProperty

The type of protocol that AWS DataSync uses to access your file system.

securityGroupArnsRequired
string[]

The ARNs of the security groups that are used to configure the FSx for OpenZFS file system. *Pattern* : `^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$` *Length constraints* : Maximum length of 128.

fsxFilesystemArnOptional
string

The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.

subdirectoryOptional
string

A subdirectory in the location's path that must begin with `/fsx` . DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).

tagsOptional
CfnTag[]

The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter