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