| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxWindows.Builder |
CfnLocationFSxWindows.Builder.create(software.constructs.Construct scope,
String id) |
CfnLocationFSxWindows.Builder |
CfnLocationFSxWindows.Builder.domain(String domain)
The name of the Windows domain that the FSx for Windows File Server belongs to.
|
CfnLocationFSxWindows.Builder |
CfnLocationFSxWindows.Builder.fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
CfnLocationFSxWindows.Builder |
CfnLocationFSxWindows.Builder.password(String password)
The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
CfnLocationFSxWindows.Builder |
CfnLocationFSxWindows.Builder.securityGroupArns(List<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.
|
CfnLocationFSxWindows.Builder |
CfnLocationFSxWindows.Builder.subdirectory(String subdirectory)
A subdirectory in the location's path.
|
CfnLocationFSxWindows.Builder |
CfnLocationFSxWindows.Builder.tags(List<? extends CfnTag> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CfnLocationFSxWindows.Builder |
CfnLocationFSxWindows.Builder.user(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
Copyright © 2022. All rights reserved.