PreFreezeProperty
Initializer
import { PreFreezeProperty } from '@alicloud/ros-cdk-fc'
const preFreezeProperty: PreFreezeProperty = { ... }
Properties
Name |
Type |
Description |
handler |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
timeout |
number | @alicloud/ros-cdk-core.IResolvable |
No description. |
handler
Optional
public readonly handler: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
timeout
Optional
public readonly timeout: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable