Skip to content

RosServiceInstancesProps

Properties for defining a RosServiceInstances.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-computenest-serviceinstances

Initializer

import { datasource } from '@alicloud/ros-cdk-computenest'
const rosServiceInstancesProps: datasource.RosServiceInstancesProps = { ... }

Properties

Name Type Description
refreshOptions string | @alicloud/ros-cdk-core.IResolvable No description.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable No description.

refreshOptionsOptional

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

resourceGroupIdOptional

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