| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.agentArns(List<String> agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Server Message Block (SMB) location.
|
static CfnLocationSMB.Builder |
CfnLocationSMB.Builder.create(software.constructs.Construct scope,
String id) |
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.domain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.mountOptions(CfnLocationSMB.MountOptionsProperty mountOptions)
The mount options used by DataSync to access the SMB server.
|
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.mountOptions(IResolvable mountOptions)
The mount options used by DataSync to access the SMB server.
|
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.password(String password)
The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.
|
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.serverHostname(String serverHostname)
The name of the SMB server.
|
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.subdirectory(String subdirectory)
The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination.
|
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.tags(List<? extends CfnTag> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CfnLocationSMB.Builder |
CfnLocationSMB.Builder.user(String user)
The user who can mount the share and has the permissions to access files and folders in the SMB share.
|
Copyright © 2022. All rights reserved.