SystemTopicEventSubscriptionAzureFunctionEndpointArgs

data class SystemTopicEventSubscriptionAzureFunctionEndpointArgs(val functionId: Output<String>, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionAzureFunctionEndpointArgs>

Constructors

constructor(functionId: Output<String>, maxEventsPerBatch: Output<Int>? = null, preferredBatchSizeInKilobytes: Output<Int>? = null)

Properties

Link copied to clipboard
val functionId: Output<String>

Specifies the ID of the Function where the Event Subscription will receive events. This must be the functions ID in format {function_app.id}/functions/{name}.

Link copied to clipboard
val maxEventsPerBatch: Output<Int>? = null

Maximum number of events per batch.

Link copied to clipboard
val preferredBatchSizeInKilobytes: Output<Int>? = null

Preferred batch size in Kilobytes.

Functions

Link copied to clipboard
open override fun toJava(): SystemTopicEventSubscriptionAzureFunctionEndpointArgs