AWS::DataSync::StorageSystem ServerCredentials - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

JSON

{ "Password" : String, "Username" : String }

YAML

Password: String Username: String

Properties

Password

Specifies the password for your storage system's management interface.

Required: Yes

Type: String

Maximum: 1024

Pattern: ^(?!.*[:\"][^:"]*$).+$

Update requires: No interruption

Username

Specifies the user name for your storage system's management interface.

Required: Yes

Type: String

Maximum: 1024

Pattern: ^(?!.*[:\"][^:"]*$).+$

Update requires: No interruption