| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationNFS.Builder |
CfnLocationNFS.Builder.create(software.constructs.Construct scope,
String id) |
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.mountOptions(CfnLocationNFS.MountOptionsProperty mountOptions)
The NFS mount options that DataSync can use to mount your NFS share.
|
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.mountOptions(IResolvable mountOptions)
The NFS mount options that DataSync can use to mount your NFS share.
|
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.onPremConfig(CfnLocationNFS.OnPremConfigProperty onPremConfig)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.onPremConfig(IResolvable onPremConfig)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.serverHostname(String serverHostname)
The name of the NFS server.
|
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.subdirectory(String subdirectory)
The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination.
|
CfnLocationNFS.Builder |
CfnLocationNFS.Builder.tags(List<? extends CfnTag> tags)
The key-value pair that represents the tag that you want to add to the location.
|
Copyright © 2022. All rights reserved.