AWS::DataSync::LocationFSxLustreThe `AWS::DataSync::LocationFSxLustre` resource specifies an endpoint for an Amazon FSx for Lustre file system.
import { CfnLocationFSxLustre } from 'aws-cdk-lib/aws-datasync';Or use the module namespace:
import * as datasync from 'aws-cdk-lib/aws-datasync';
// datasync.CfnLocationFSxLustreConfiguration passed to the constructor as CfnLocationFSxLustreProps.
securityGroupArnsRequiredstring[]The ARNs of the security groups that are used to configure the FSx for Lustre 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.
fsxFilesystemArnOptionalstringSpecifies the Amazon Resource Name (ARN) of the FSx for Lustre file system.
subdirectoryOptionalstringSpecifies a mount path for your FSx for Lustre file system. The path can include subdirectories. When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory ( `/` ).
tagsOptionalCfnTag[]Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least 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::LocationFSxLustre