Interface CfnLocationNFS.IOnPremConfigProperty
The AWS DataSync agents that can connect to your Network File System (NFS) file server.
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOnPremConfigProperty
Syntax (vb)
Public Interface IOnPremConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataSync;
var onPremConfigProperty = new OnPremConfigProperty {
AgentArns = new [] { "agentArns" }
};
Synopsis
Properties
Agent |
The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server. |
Properties
AgentArns
The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.
string[] AgentArns { get; }
Property Value
System.
Remarks
You can specify more than one agent. For more information, see Using multiple DataSync agents .