EventHubEventSubscriptionDestinationArgs

data class EventHubEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<EventHubEventSubscriptionDestinationArgs>

Information about the event hub destination for an event subscription.

Constructors

Link copied to clipboard
constructor(deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, endpointType: Output<String>, resourceId: Output<String>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val endpointType: Output<String>

Type of the endpoint for the event subscription destination. Expected value is 'EventHub'.

Link copied to clipboard
val resourceId: Output<String>? = null

The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.

Functions

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