Skip to content

AsyncConfigurationProperty

Initializer

import { AsyncConfigurationProperty } from '@alicloud/ros-cdk-fc'
const asyncConfigurationProperty: AsyncConfigurationProperty = { ... }

Properties

Name Type Description
destination @alicloud/ros-cdk-core.IResolvable | DestinationProperty No description.
maxAsyncEventAgeInSeconds number | @alicloud/ros-cdk-core.IResolvable No description.
maxAsyncRetryAttempts number | @alicloud/ros-cdk-core.IResolvable No description.
statefulInvocation boolean | @alicloud/ros-cdk-core.IResolvable No description.

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