@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.872Z") @Stability(value=Stable) public interface CfnLocationFSxWindowsProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datasync.*;
CfnLocationFSxWindowsProps cfnLocationFSxWindowsProps = CfnLocationFSxWindowsProps.builder()
.fsxFilesystemArn("fsxFilesystemArn")
.password("password")
.securityGroupArns(List.of("securityGroupArns"))
.user("user")
// the properties below are optional
.domain("domain")
.subdirectory("subdirectory")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLocationFSxWindowsProps.Builder
A builder for
CfnLocationFSxWindowsProps |
static class |
CfnLocationFSxWindowsProps.Jsii$Proxy
An implementation for
CfnLocationFSxWindowsProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationFSxWindowsProps.Builder |
builder() |
default String |
getDomain()
The name of the Windows domain that the FSx for Windows File Server belongs to.
|
String |
getFsxFilesystemArn()
The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
String |
getPassword()
The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
List<String> |
getSecurityGroupArns()
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.
|
default String |
getSubdirectory()
A subdirectory in the location's path.
|
default List<CfnTag> |
getTags()
The key-value pair that represents a tag that you want to add to the resource.
|
String |
getUser()
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
@Stability(value=Stable) @NotNull String getFsxFilesystemArn()
@Stability(value=Stable) @NotNull String getPassword()
@Stability(value=Stable) @NotNull List<String> getSecurityGroupArns()
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.
@Stability(value=Stable) @NotNull String getUser()
For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user .
@Stability(value=Stable) @Nullable default String getDomain()
@Stability(value=Stable) @Nullable default String getSubdirectory()
This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination.
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
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.
@Stability(value=Stable) static CfnLocationFSxWindowsProps.Builder builder()
CfnLocationFSxWindowsProps.Builder of CfnLocationFSxWindowsPropsCopyright © 2022. All rights reserved.