/dhall-aws-cloudformation/cloudformation/AWS::DataSync::StorageSystem/ServerConfiguration.dhall
Copy path to clipboardSource
{ Type =
{ ServerHostname : (./../../Fn.dhall).CfnText
, ServerPort : Optional Integer
}
, default.ServerPort = None Integer
}