AWS::DataSync::LocationFSxOpenZFSThe `AWS::DataSync::LocationFSxOpenZFS` resource specifies an endpoint for an Amazon FSx for OpenZFS file system.
import { CfnLocationFSxOpenZFS } from 'aws-cdk-lib/aws-datasync';Or use the module namespace:
import * as datasync from 'aws-cdk-lib/aws-datasync';
// datasync.CfnLocationFSxOpenZFSConfiguration passed to the constructor as CfnLocationFSxOpenZFSProps.
protocolRequiredIResolvable | ProtocolPropertyThe type of protocol that AWS DataSync uses to access your file system.
securityGroupArnsRequiredstring[]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.
fsxFilesystemArnOptionalstringThe Amazon Resource Name (ARN) of the FSx for OpenZFS file system.
subdirectoryOptionalstringA 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).
tagsOptionalCfnTag[]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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datasyncAWS::DataSync::LocationFSxOpenZFS