RosCommandProps
Properties for defining a RosCommand
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-command
Initializer
import { datasource } from '@alicloud/ros-cdk-ecs'
const rosCommandProps: datasource.RosCommandProps = { ... }
Properties
Name | Type | Description |
---|---|---|
commandId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
commandId
Required
public readonly commandId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable