动作描述
下载文件到实例并执行命令
语法
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 |
详情
文档内容是否对您有帮助?