SchedulesProperty
Initializer
import { SchedulesProperty } from '@alicloud/ros-cdk-sae'
const schedulesProperty: SchedulesProperty = { ... }
Properties
Name |
Type |
Description |
atTime |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
targetReplicas |
number | @alicloud/ros-cdk-core.IResolvable |
No description. |
atTime
Required
public readonly atTime: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
targetReplicas
Required
public readonly targetReplicas: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable