AWS::DataSync::LocationSMB MountOptions
The mount options used by DataSync to access the SMB server.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Version" :
String
}
YAML
Version:
String
Properties
Version
-
Specifies the SMB version that you want DataSync to use when mounting your SMB share. If you don't specify a version, DataSync defaults to
AUTOMATIC
and chooses a version based on negotiation with the SMB server.Required: No
Type: String
Allowed values:
AUTOMATIC | SMB2 | SMB3
Update requires: No interruption