Method: Aws::DataSync::Types::CreateLocationNfsRequest#on_prem_config
- Defined in:
- lib/aws-sdk-datasync/types.rb
#on_prem_config ⇒ Types::OnPremConfig
Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server.
You can specify more than one agent. For more information, see [Using multiple DataSync agents].
[1]: docs.aws.amazon.com/datasync/latest/userguide/do-i-need-datasync-agent.html#multiple-agents
920 921 922 923 924 925 926 927 928 |
# File 'lib/aws-sdk-datasync/types.rb', line 920 class CreateLocationNfsRequest < Struct.new( :subdirectory, :server_hostname, :on_prem_config, :mount_options, :tags) SENSITIVE = [] include Aws::Structure end |