public static final class CfnLocationSMBProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationSMBProps
CfnLocationSMBProps
CfnLocationSMBProps.Builder, CfnLocationSMBProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAgentArns()
The Amazon Resource Names (ARNs) of agents to use for a Server Message Block (SMB) location.
|
java.lang.String |
getDomain()
Specifies the Windows domain name that your SMB file server belongs to.
|
java.lang.Object |
getMountOptions()
Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
|
java.lang.String |
getPassword()
The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.
|
java.lang.String |
getServerHostname()
Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will mount.
|
java.lang.String |
getSubdirectory()
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.
|
java.util.List<CfnTag> |
getTags()
Specifies labels that help you categorize, filter, and search for your AWS resources.
|
java.lang.String |
getUser()
The user who can mount the share and has the permissions to access files and folders in the SMB share.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getAgentArns()
CfnLocationSMBProps
getAgentArns
in interface CfnLocationSMBProps
public final java.lang.String getUser()
CfnLocationSMBProps
For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user .
getUser
in interface CfnLocationSMBProps
public final java.lang.String getDomain()
CfnLocationSMBProps
For more information, see required permissions for SMB locations.
getDomain
in interface CfnLocationSMBProps
public final java.lang.Object getMountOptions()
CfnLocationSMBProps
getMountOptions
in interface CfnLocationSMBProps
public final java.lang.String getPassword()
CfnLocationSMBProps
getPassword
in interface CfnLocationSMBProps
public final java.lang.String getServerHostname()
CfnLocationSMBProps
You can't specify an IP version 6 (IPv6) address.
getServerHostname
in interface CfnLocationSMBProps
public final java.lang.String getSubdirectory()
CfnLocationSMBProps
The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network.
Subdirectory
must be specified with forward slashes. For example,/path/to/folder
.
To transfer all the data in the folder you specified, DataSync must have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either make sure that the user name and password specified belongs to the user who can mount the share, and who has the appropriate permissions for all of the files and directories that you want DataSync to access, or use credentials of a member of the Backup Operators group to mount the share. Doing either one enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access.
getSubdirectory
in interface CfnLocationSMBProps
public final java.util.List<CfnTag> getTags()
CfnLocationSMBProps
We recommend creating at least a name tag for your location.
getTags
in interface CfnLocationSMBProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()