Skip to content

AsyncConfigurationProperty

Initializer

import com.aliyun.ros.cdk.fc.RosFunction.AsyncConfigurationProperty;
AsyncConfigurationProperty.builder()
//  .destination(IResolvable)
//  .destination(DestinationProperty)
//  .maxAsyncEventAgeInSeconds(java.lang.Number)
//  .maxAsyncEventAgeInSeconds(IResolvable)
//  .maxAsyncRetryAttempts(java.lang.Number)
//  .maxAsyncRetryAttempts(IResolvable)
//  .statefulInvocation(java.lang.Boolean)
//  .statefulInvocation(IResolvable)
    .build();

Properties

Name Type Description
destination com.aliyun.ros.cdk.core.IResolvable OR DestinationProperty No description.
maxAsyncEventAgeInSeconds java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
maxAsyncRetryAttempts java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
statefulInvocation java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.

destinationOptional

public java.lang.Object getDestination();

maxAsyncEventAgeInSecondsOptional

public java.lang.Object getMaxAsyncEventAgeInSeconds();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

maxAsyncRetryAttemptsOptional

public java.lang.Object getMaxAsyncRetryAttempts();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

statefulInvocationOptional

public java.lang.Object getStatefulInvocation();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable