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 are connecting to a Network File System (NFS) location.

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: