aws-cdk-lib.aws_datasync.CfnStorageSystem.ServerConfigurationProperty

interface ServerConfigurationProperty

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

The network settings that DataSync Discovery uses to connect with your on-premises storage system's management interface.

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 serverConfigurationProperty: datasync.CfnStorageSystem.ServerConfigurationProperty = {
  serverHostname: 'serverHostname',

  // the properties below are optional
  serverPort: 123,
};

Properties

NameTypeDescription
serverHostnamestringThe domain name or IP address of your storage system's management interface.
serverPort?numberThe network port for accessing the storage system's management interface.

serverHostname

Type: string

The domain name or IP address of your storage system's management interface.


serverPort?

Type: number (optional)

The network port for accessing the storage system's management interface.