Skip to content

SchedulerOptionsProperty

Initializer

import { SchedulerOptionsProperty } from '@alicloud/ros-cdk-ecs'
const schedulerOptionsProperty: SchedulerOptionsProperty = { ... }

Properties

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

dedicatedHostClusterIdOptional

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

managedPrivateSpaceIdOptional

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