Hybrid Connection Event Subscription Destination Args
data class HybridConnectionEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<HybridConnectionEventSubscriptionDestinationArgs>
Information about the HybridConnection 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
val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null
Delivery attribute details.
Link copied to clipboard
Type of the endpoint for the event subscription destination. Expected value is 'HybridConnection'.
Link copied to clipboard
The Azure Resource ID of an hybrid connection that is the destination of an event subscription.