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