AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataSync::LocationFSxLustre

CfnLocationFSxLustre

The `AWS::DataSync::LocationFSxLustre` resource specifies an endpoint for an Amazon FSx for Lustre file system.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnLocationFSxLustreProps.

securityGroupArnsRequired
string[]

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.

fsxFilesystemArnOptional
string

Specifies the Amazon Resource Name (ARN) of the FSx for Lustre file system.

subdirectoryOptional
string

Specifies 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 ( `/` ).

tagsOptional
CfnTag[]

Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least 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