Azure Function Event Subscription Destination Args
data class AzureFunctionEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<AzureFunctionEventSubscriptionDestinationArgs>
Information about the azure function destination for an event subscription.
Constructors
Link copied to clipboard
fun AzureFunctionEventSubscriptionDestinationArgs(deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, endpointType: Output<String>, maxEventsPerBatch: Output<Int>? = null, preferredBatchSizeInKilobytes: Output<Int>? = null, resourceId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null
Link copied to clipboard
Link copied to clipboard