ACS::ESS::DownloadFileAndRunCommand

动作描述

下载文件到实例并执行命令

语法

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

详情

ACS::ESS::DownloadFileAndRunCommand详情