ACS::ESS::DownloadOSSFileAndRunCommand
更新時間:
動作描述
下載OSS文件到ECS實例并執(zhí)行命令
語法
Action: ACS::ESS::DownloadOSSFileAndRunCommand
Properties:
regionId: String
instanceId: String
bucketName: String
objectName: String
URLExpirationTime: Number
OSSRegion: String
tokenInfo: String
destinationDir: String
whetherSaveToFile: Boolean
commandContent: String
workingDir: String
timeout: Number
屬性
屬性名稱 | 描述 | 類型 | 是否必填 | 默認值 | 約束 |
regionId | 地域ID | String | 否 | {{ ACS::RegionId }} | |
instanceId | ECS實例ID | String | 是 | ||
bucketName | OSS bucket名稱 | String | 是 | ||
objectName | OSS對象名稱 | String | 是 | ||
URLExpirationTime | OSS文件下載鏈接的過期時間 | Number | 否 | 6000 | |
OSSRegion | OSS所在地域 | String | 是 | ||
tokenInfo | 指定一個token來下載文件,只有從GitHub下載文件時會用到 | String | 否 | ||
destinationDir | 文件在ECS實例中的下載目錄 | String | 是 | ||
whetherSaveToFile | 是否將內(nèi)容下載到特定文件 | Boolean | 否 | True | |
commandContent | 命令內(nèi)容 | String | 是 | ||
workingDir | 腳本在ECS實例中的運行目錄。Linux系統(tǒng)實例默認在管理員(root用戶)的home目錄下,即/root。Windows系統(tǒng)實例默認在云助手客戶端進程所在目錄,例如C:\Windows\System32。 | String | 否 | ||
timeout | ECS實例中執(zhí)行命令的超時時間 | Number | 否 | 600 |
返回值
返回值名稱 | 描述 | 類型 |
downloadFileCommandOutput | String | |
runCommandOutput | String |
詳情
文檔內(nèi)容是否對您有幫助?