Service Bus Queue Event Subscription Destination Args
data class ServiceBusQueueEventSubscriptionDestinationArgs(val deliveryAttributeMappings: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>? = null, val endpointType: Output<String>, val resourceId: Output<String>? = null) : ConvertibleToJava<ServiceBusQueueEventSubscriptionDestinationArgs>
Information about the service bus destination for an event subscription.
Constructors
Link copied to clipboard
fun ServiceBusQueueEventSubscriptionDestinationArgs(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