interface CfnLocationFSxLustreProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.CfnLocationFSxLustreProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnLocationFSxLustreProps |
![]() | software.amazon.awscdk.services.datasync.CfnLocationFSxLustreProps |
![]() | aws_cdk.aws_datasync.CfnLocationFSxLustreProps |
![]() | 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
Name | Type | Description |
---|---|---|
security | string[] | The ARNs of the security groups that are used to configure the FSx for Lustre file system. |
fsx | string | Specifies the Amazon Resource Name (ARN) of the FSx for Lustre file system. |
subdirectory? | string | Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories. |
tags? | Cfn [] | Specifies labels that help you categorize, filter, and search for your AWS resources. |
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)
Specifies the Amazon Resource Name (ARN) of the FSx for Lustre file system.
subdirectory?
Type:
string
(optional)
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 ( /
).
tags?
Type:
Cfn
[]
(optional)
Specifies labels that help you categorize, filter, and search for your AWS resources.
We recommend creating at least a name tag for your location.