aws-cdk-lib.aws_datasync.CfnLocationFSxLustreProps

interface CfnLocationFSxLustreProps

LanguageType name
.NETAmazon.CDK.AWS.DataSync.CfnLocationFSxLustreProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnLocationFSxLustreProps
Javasoftware.amazon.awscdk.services.datasync.CfnLocationFSxLustreProps
Pythonaws_cdk.aws_datasync.CfnLocationFSxLustreProps
TypeScript aws-cdk-lib » aws_datasync » CfnLocationFSxLustreProps

Properties for defining a CfnLocationFSxLustre.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datasync as datasync } from 'aws-cdk-lib';
const cfnLocationFSxLustreProps: datasync.CfnLocationFSxLustreProps = {
  securityGroupArns: ['securityGroupArns'],

  // the properties below are optional
  fsxFilesystemArn: 'fsxFilesystemArn',
  subdirectory: 'subdirectory',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
securityGroupArnsstring[]The ARNs of the security groups that are used to configure the FSx for Lustre file system.
fsxFilesystemArn?stringThe Amazon Resource Name (ARN) for the FSx for Lustre file system.
subdirectory?stringA subdirectory in the location's path.
tags?CfnTag[]The key-value pair that represents a tag that you want to add to the resource.

securityGroupArns

Type: 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.


fsxFilesystemArn?

Type: string (optional)

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


subdirectory?

Type: string (optional)

A subdirectory in the location's path.

This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.


tags?

Type: CfnTag[] (optional)

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.