Interface CfnLocationFSxOpenZFS.MountOptionsProperty

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

@Stability(Stable) public static interface CfnLocationFSxOpenZFS.MountOptionsProperty extends software.amazon.jsii.JsiiSerializable
Represents the mount options that are available for DataSync to access 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.*;
 MountOptionsProperty mountOptionsProperty = MountOptionsProperty.builder()
         .version("version")
         .build();
 

See Also: