AWS::DataSync::StorageSystem ServerCredentials
The credentials that provide DataSync Discovery read access to your on-premises storage system's management interface.
DataSync Discovery stores these credentials in Amazon Secrets Manager. For more information, see Accessing your on-premises storage system.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Password-
Specifies the password for your storage system's management interface.
Required: Yes
Type: String
Maximum:
1024Pattern:
^(?!.*[:\"][^:"]*$).+$Update requires: No interruption
Username-
Specifies the user name for your storage system's management interface.
Required: Yes
Type: String
Maximum:
1024Pattern:
^(?!.*[:\"][^:"]*$).+$Update requires: No interruption