動作描述
下載文件到實例并執行命令
語法
Action: ACS::ESS::DownloadFileAndRunCommand
Properties:
regionId: String
instanceId: String
sourceType: String
sourcePath: String
tokenInfo: String
destinationDir: String
whetherSaveToFile: Boolean
commandContent: String
workingDir: String
timeout: Number
屬性
屬性名稱 | 描述 | 類型 | 是否必填 | 默認值 | 約束 |
regionId | 地域ID | String | 否 | {{ ACS::RegionId }} | |
instanceId | ECS實例ID | String | 是 | ||
sourceType | 文件類型 | String | 是 | ||
sourcePath | 選擇文件 | String | 是 | ||
tokenInfo | GitHubToken | String | 否 | ||
destinationDir | 文件保存路徑 | String | 是 | ||
whetherSaveToFile | 是否將內容下載到特定文件 | Boolean | 否 | True | |
commandContent | 命令內容 | String | 是 | 最大長度 : 16384 | |
workingDir | 運行目錄 | String | 否 | ||
timeout | 超時時間 | Number | 否 | 600 |
返回值
返回值名稱 | 描述 | 類型 |
downloadFileCommandOutput | String | |
runCommandOutput | String |
詳情
文檔內容是否對您有幫助?