Description
Runs a command on a cloud desktop.
Syntax
Action: ACS::ECD::RunCommand
Properties:
regionId: String
desktopId: String
commandType: String
contentEncoding: String
commandContent: String
timeout: NumberAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
desktopId | The ID of the cloud desktop. | String | Yes | ||
commandType | The type of the Cloud Assistant command. | String | Yes | ||
contentEncoding | The encoding method of the command. | String | No | PlainText | |
commandContent | The content of the Cloud Assistant command. | String | Yes | ||
timeout | The timeout period for running the command. | Number | No | 600 |
Output
Output item | Description | Type |
invocationOutput | String |
References
For more information, see ACS::ECD::RunCommand at GitHub.