AsyncConfigurationProperty
Initializer
import { AsyncConfigurationProperty } from '@alicloud/ros-cdk-fc'
const asyncConfigurationProperty: AsyncConfigurationProperty = { ... }
Properties
destinationOptional
public readonly destination: IResolvable | DestinationProperty;
maxAsyncEventAgeInSecondsOptional
public readonly maxAsyncEventAgeInSeconds: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
maxAsyncRetryAttemptsOptional
public readonly maxAsyncRetryAttempts: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
statefulInvocationOptional
public readonly statefulInvocation: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable