Show / Hide Table of Contents

Interface ICfnLocationFSxWindowsProps

Properties for defining a CfnLocationFSxWindows.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxwindows.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;

CfnLocationFSxWindowsProps cfnLocationFSxWindowsProps = new CfnLocationFSxWindowsProps {
    SecurityGroupArns = new [] { "securityGroupArns" },
    User = "user",

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

Synopsis

Properties

Domain

Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.

FsxFilesystemArn

Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.

Password

Specifies the password of the user who has the permissions to access files and folders in the file system.

SecurityGroupArns

The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.

Subdirectory

Specifies a mount path for your file system using forward slashes.

Tags

Specifies labels that help you categorize, filter, and search for your AWS resources.

User

The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

Properties

Domain

Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.

virtual string Domain { get; }
Property Value

System.String

Remarks

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

FsxFilesystemArn

Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.

virtual string FsxFilesystemArn { get; }
Property Value

System.String

Remarks

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

Password

Specifies the password of the user who has the permissions to access files and folders in the file system.

virtual string Password { get; }
Property Value

System.String

Remarks

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

SecurityGroupArns

The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server 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-locationfsxwindows.html#cfn-datasync-locationfsxwindows-securitygrouparns

Subdirectory

Specifies a mount path for your file system using forward slashes.

virtual string Subdirectory { get; }
Property Value

System.String

Remarks

This is where DataSync reads or writes data (depending on if this is a source or destination location).

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

Tags

Specifies labels that help you categorize, filter, and search for your AWS resources.

virtual ICfnTag[] Tags { get; }
Property Value

ICfnTag[]

Remarks

We recommend creating at least a name tag for your location.

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

User

The user who has the permissions to access files and folders in the FSx for Windows File Server file system.

string User { get; }
Property Value

System.String

Remarks

For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user .

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

Back to top Generated by DocFX