interface CfnLocationFSxLustreProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.DataSync.CfnLocationFSxLustreProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnLocationFSxLustreProps |
Java | software.amazon.awscdk.services.datasync.CfnLocationFSxLustreProps |
Python | aws_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
Name | Type | Description |
---|---|---|
security | string[] | The ARNs of the security groups that are used to configure the FSx for Lustre file system. |
fsx | string | The Amazon Resource Name (ARN) for the FSx for Lustre file system. |
subdirectory? | string | A subdirectory in the location's path. |
tags? | Cfn [] | 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:
Cfn
[]
(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.