Event Subscription Azure Function Endpoint Args
data class EventSubscriptionAzureFunctionEndpointArgs(val functionId: Output<String>, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null) : ConvertibleToJava<EventSubscriptionAzureFunctionEndpointArgs>
Constructors
Link copied to clipboard
fun EventSubscriptionAzureFunctionEndpointArgs(functionId: Output<String>, maxEventsPerBatch: Output<Int>? = null, preferredBatchSizeInKilobytes: Output<Int>? = null)