AWS::DataSync::StorageSystem ServerConfiguration
The network settings that DataSync Discovery uses to connect with your on-premises storage system's management interface.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ServerHostname" :String, "ServerPort" :Integer}
YAML
ServerHostname:StringServerPort:Integer
Properties
ServerHostname-
The domain name or IP address of your storage system's management interface.
Required: Yes
Type: String
Maximum:
255Pattern:
^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])$Update requires: No interruption
ServerPort-
The network port for accessing the storage system's management interface.
Required: No
Type: Integer
Minimum:
1Maximum:
65535Update requires: No interruption