V3Async Invoke Config Args
data class V3AsyncInvokeConfigArgs(val asyncTask: Output<Boolean>? = null, val destinationConfig: Output<V3AsyncInvokeConfigDestinationConfigArgs>? = null, val functionName: Output<String>? = null, val maxAsyncEventAgeInSeconds: Output<Int>? = null, val maxAsyncRetryAttempts: Output<Int>? = null, val qualifier: Output<String>? = null) : ConvertibleToJava<V3AsyncInvokeConfigArgs>
Provides a FCV3 Async Invoke Config resource. Function Asynchronous Configuration. For information about FCV3 Async Invoke Config and how to use it, see What is Async Invoke Config.
NOTE: Available since v1.228.0.
Import
FCV3 Async Invoke Config can be imported using the id, e.g.
$ pulumi import alicloud:fc/v3AsyncInvokeConfig:V3AsyncInvokeConfig example <id>
Content copied to clipboard