Show / Hide Table of Contents

Interface ICfnLocationFSxLustreProps

Properties for defining a CfnLocationFSxLustre.

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public interface ICfnLocationFSxLustreProps
Syntax (vb)
Public Interface ICfnLocationFSxLustreProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxlustre.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataSync;

CfnLocationFSxLustreProps cfnLocationFSxLustreProps = new CfnLocationFSxLustreProps {
    SecurityGroupArns = new [] { "securityGroupArns" },

    // the properties below are optional
    FsxFilesystemArn = "fsxFilesystemArn",
    Subdirectory = "subdirectory",
    Tags = new [] { new CfnTag {
        Key = "key",
        Value = "value"
    } }
};

Synopsis

Properties

FsxFilesystemArn

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

SecurityGroupArns

The ARNs of the security groups that are used to configure the FSx for Lustre file system.

Subdirectory

A subdirectory in the location's path.

Tags

The key-value pair that represents a tag that you want to add to the resource.

Properties

FsxFilesystemArn

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

virtual string FsxFilesystemArn { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxlustre.html#cfn-datasync-locationfsxlustre-fsxfilesystemarn

SecurityGroupArns

The ARNs of the security groups that are used to configure the FSx for Lustre file system.

string[] SecurityGroupArns { get; }
Property Value

System.String[]

Remarks

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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxlustre.html#cfn-datasync-locationfsxlustre-securitygrouparns

Subdirectory

A subdirectory in the location's path.

virtual string Subdirectory { get; }
Property Value

System.String

Remarks

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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxlustre.html#cfn-datasync-locationfsxlustre-subdirectory

Tags

The key-value pair that represents a tag that you want to add to the resource.

virtual ICfnTag[] Tags { get; }
Property Value

ICfnTag[]

Remarks

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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxlustre.html#cfn-datasync-locationfsxlustre-tags

Back to top Generated by DocFX