interface ServerConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.CfnStorageSystem.ServerConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#CfnStorageSystem_ServerConfigurationProperty |
![]() | software.amazon.awscdk.services.datasync.CfnStorageSystem.ServerConfigurationProperty |
![]() | aws_cdk.aws_datasync.CfnStorageSystem.ServerConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
server | string | The domain name or IP address of your storage system's management interface. |
server | number | The 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.