Skip to content

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.

commandIdRequired

public readonly commandId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable