Interface CfnLocationSMB.MountOptionsProperty

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

@Stability(Stable) public static interface CfnLocationSMB.MountOptionsProperty extends software.amazon.jsii.JsiiSerializable
Specifies the version of the SMB protocol that DataSync uses to access your 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.*;
 MountOptionsProperty mountOptionsProperty = MountOptionsProperty.builder()
         .version("version")
         .build();
 

See Also: