Event Invoke Config Args
data class EventInvokeConfigArgs(val destinationConfig: Output<EventInvokeConfigDestinationConfigArgs>? = null, val functionName: Output<String>? = null, val maximumEventAgeInSeconds: Output<Int>? = null, val maximumRetryAttempts: Output<Int>? = null, val qualifier: Output<String>? = null) : ConvertibleToJava<EventInvokeConfigArgs>
Resource Type definition for AWS::Lambda::EventInvokeConfig
Constructors
Link copied to clipboard
fun EventInvokeConfigArgs(destinationConfig: Output<EventInvokeConfigDestinationConfigArgs>? = null, functionName: Output<String>? = null, maximumEventAgeInSeconds: Output<Int>? = null, maximumRetryAttempts: Output<Int>? = null, qualifier: Output<String>? = null)