aws-cdk-lib.aws_datasync.CfnStorageSystem.ServerCredentialsProperty

interface ServerCredentialsProperty

LanguageType name
.NETAmazon.CDK.AWS.DataSync.CfnStorageSystem.ServerCredentialsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnStorageSystem_ServerCredentialsProperty
Javasoftware.amazon.awscdk.services.datasync.CfnStorageSystem.ServerCredentialsProperty
Pythonaws_cdk.aws_datasync.CfnStorageSystem.ServerCredentialsProperty
TypeScript aws-cdk-lib » aws_datasync » CfnStorageSystem » ServerCredentialsProperty

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 .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datasync as datasync } from 'aws-cdk-lib';
const serverCredentialsProperty: datasync.CfnStorageSystem.ServerCredentialsProperty = {
  password: 'password',
  username: 'username',
};

Properties

NameTypeDescription
passwordstringSpecifies the password for your storage system's management interface.
usernamestringSpecifies the user name for your storage system's management interface.

password

Type: string

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


username

Type: string

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