Interface CfnLocationFSxONTAP.NfsMountOptionsProperty

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

@Stability(Stable) public static interface CfnLocationFSxONTAP.NfsMountOptionsProperty extends software.amazon.jsii.JsiiSerializable
Specifies how DataSync can access a location using the NFS protocol.

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.*;
 NfsMountOptionsProperty nfsMountOptionsProperty = NfsMountOptionsProperty.builder()
         .version("version")
         .build();
 

See Also: