Interface ICfnLocationFSxOpenZFSProps
Properties for defining a CfnLocationFSxOpenZFS
.
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public interface ICfnLocationFSxOpenZFSProps
Syntax (vb)
Public Interface ICfnLocationFSxOpenZFSProps
Remarks
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;
var cfnLocationFSxOpenZFSProps = new CfnLocationFSxOpenZFSProps {
Protocol = new ProtocolProperty {
Nfs = new NFSProperty {
MountOptions = new MountOptionsProperty {
Version = "version"
}
}
},
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) of the FSx for OpenZFS file system. |
Protocol | The type of protocol that AWS DataSync uses to access your file system. |
SecurityGroupArns | The ARNs of the security groups that are used to configure the FSx for OpenZFS file system. |
Subdirectory | A subdirectory in the location's path that must begin with |
Tags | The key-value pair that represents a tag that you want to add to the resource. |
Properties
FsxFilesystemArn
The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.
virtual string FsxFilesystemArn { get; }
Property Value
System.String
Remarks
Protocol
The type of protocol that AWS DataSync uses to access your file system.
object Protocol { get; }
Property Value
System.Object
Remarks
SecurityGroupArns
The ARNs of the security groups that are used to configure the FSx for OpenZFS 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.
Subdirectory
A subdirectory in the location's path that must begin with /fsx
.
virtual string Subdirectory { get; }
Property Value
System.String
Remarks
DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).
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.