Interface CfnLocationNFS.OnPremConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLocationNFS.OnPremConfigProperty.Jsii$Proxy
Enclosing class:
CfnLocationNFS

@Stability(Stable) public static interface CfnLocationNFS.OnPremConfigProperty extends software.amazon.jsii.JsiiSerializable
The AWS DataSync agents that can connect to your Network File System (NFS) file server.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datasync.*;
 OnPremConfigProperty onPremConfigProperty = OnPremConfigProperty.builder()
         .agentArns(List.of("agentArns"))
         .build();
 

See Also: