AWS::DataSync::StorageSystem ServerCredentials - AWS CloudFormation

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 AWS Secrets Manager. For more information, see Accessing your on-premises storage system.

Syntax

To declare this entity in your AWS 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

Update requires: No interruption

Username

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

Required: Yes

Type: String

Maximum: 1024

Update requires: No interruption