Interface CfnLocationFSxONTAP.SmbMountOptionsProperty

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

@Stability(Stable) public static interface CfnLocationFSxONTAP.SmbMountOptionsProperty extends software.amazon.jsii.JsiiSerializable
Specifies the version of the Server Message Block (SMB) protocol that AWS DataSync uses to access an SMB 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.*;
 SmbMountOptionsProperty smbMountOptionsProperty = SmbMountOptionsProperty.builder()
         .version("version")
         .build();
 

See Also: