Event Hub Event Subscription Destination Args
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
fun EventHubEventSubscriptionDestinationArgs(deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, endpointType: Output<String>, resourceId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null