Values.FsxUpdateProtocolSmbSourceSpecifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your Amazon FSx for NetApp ONTAP file system's storage virtual machine (SVM). For more information, see Providing DataSync access to FSx for ONTAP file systems.
type nonrec t = {domain : UpdateSmbDomain.t option;Specifies the name of the Windows domain that your storage virtual machine (SVM) belongs to. If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right SVM.
*)mountOptions : SmbMountOptions.t option;password : SmbPassword.t option;Specifies the password of a user who has permission to access your SVM.
*)user : SmbUser.t option;Specifies a user that can mount and access the files, folders, and metadata in your SVM. For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.
*)cmkSecretConfig : CmkSecretConfig.t option;Specifies configuration information for a DataSync-managed secret, such as a Password or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.
*)customSecretConfig : CustomSecretConfig.t option;Specifies configuration information for a customer-managed secret, such as a Password or set of credentials that DataSync uses to access a specific transfer location. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of UpdateSmbDomain.t
| `Structure of
(string * [> `Enum of string | `String of SecretArn.t ]) list ])
list ]