Interface CfnLocationFSxONTAPPropsMixin.NfsMountOptionsProperty

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

@Stability(Stable) public static interface CfnLocationFSxONTAPPropsMixin.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.mixins.preview.services.datasync.mixins.*;
 NfsMountOptionsProperty nfsMountOptionsProperty = NfsMountOptionsProperty.builder()
         .version("version")
         .build();
 

See Also: