AWS::DataSync::StorageSystem ServerConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String ServerPort: Integer

Properties

ServerHostname

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

Required: Yes

Type: String

Pattern: ^(([a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9\-]*[A-Za-z0-9])$

Maximum: 255

Update requires: No interruption

ServerPort

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

Required: No

Type: Integer

Minimum: 1

Maximum: 65535

Update requires: No interruption