FsxProtocolSmb
Specifies the Server Message Block (SMB) protocol configuration that AWS 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.
Contents
- User
-
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.
Type: String
Length Constraints: Maximum length of 104.
Pattern:
^[^\x22\x5B\x5D/\\:;|=,+*?\x3C\x3E]{1,104}$Required: Yes
- CmkSecretConfig
-
Specifies configuration information for a DataSync-managed secret, which includes the password that DataSync uses to access a specific FSx for ONTAP storage location (using SMB), with a customer-managed AWS KMS key.
When you include this parameter as part of a
CreateLocationFsxOntaprequest, you provide only the KMS key ARN. DataSync uses this KMS key together with thePasswordyou specify for to create a DataSync-managed secret to store the location access credentials.Make sure that DataSync has permission to access the KMS key that you specify. For more information, see Using a service-managed secret encrypted with a custom AWS KMS key.
Note
You can use either
CmkSecretConfig(withPassword) orCustomSecretConfig(withoutPassword) to provide credentials for aCreateLocationFsxOntaprequest. Do not provide both parameters for the same request.Type: CmkSecretConfig object
Required: No
- CustomSecretConfig
-
Specifies configuration information for a customer-managed Secrets Manager secret where the password for an FSx for ONTAP storage location (using SMB) is stored in plain text, in Secrets Manager. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. For more information, see Using a secret that you manage.
Note
You can use either
CmkSecretConfig(withPassword) orCustomSecretConfig(withoutPassword) to provide credentials for aCreateLocationFsxOntaprequest. Do not provide both parameters for the same request.Type: CustomSecretConfig object
Required: No
- Domain
-
Specifies the name of the Windows domain that your storage virtual machine (SVM) belongs to.
If you have multiple domains in your environment, configuring this setting makes sure that DataSync connects to the right SVM.
If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right SVM.
Type: String
Length Constraints: Maximum length of 253.
Pattern:
^[A-Za-z0-9]((\.|-+)?[A-Za-z0-9]){0,252}$Required: No
- ManagedSecretConfig
-
Describes configuration information for a DataSync-managed secret, such as a
Passwordthat DataSync uses to access a specific storage location. DataSync uses the default AWS-managed KMS key to encrypt this secret in AWS Secrets Manager.Note
Do not provide this for a
CreateLocationrequest.ManagedSecretConfigis a ReadOnly property and is only be populated in theDescribeLocationresponse.Type: ManagedSecretConfig object
Required: No
- MountOptions
-
Specifies the version of the Server Message Block (SMB) protocol that AWS DataSync uses to access an SMB file server.
Type: SmbMountOptions object
Required: No
- Password
-
Specifies the password of a user who has permission to access your SVM.
Type: String
Length Constraints: Maximum length of 104.
Pattern:
^.{0,104}$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: