get Event Invoke Config
suspend fun getEventInvokeConfig(argument: GetEventInvokeConfigPlainArgs): GetEventInvokeConfigResult
The AWS::Lambda::EventInvokeConfig resource configures options for asynchronous invocation on a version or an alias.
Return
null
Parameters
argument
null
suspend fun getEventInvokeConfig(functionName: String, qualifier: String): GetEventInvokeConfigResult
Return
null
Parameters
function Name
The name of the Lambda function.
qualifier
The identifier of a version or alias.
See also
suspend fun getEventInvokeConfig(argument: suspend GetEventInvokeConfigPlainArgsBuilder.() -> Unit): GetEventInvokeConfigResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.lambda.kotlin.inputs.GetEventInvokeConfigPlainArgs.