Service Bus Queue Event Subscription Destination Args Builder
Functions
Link copied to clipboard
suspend fun deliveryAttributeMappings(value: Output<List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>)
suspend fun deliveryAttributeMappings(vararg values: Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>)
suspend fun deliveryAttributeMappings(vararg values: Output<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>)
suspend fun deliveryAttributeMappings(value: List<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>?)
suspend fun deliveryAttributeMappings(values: List<Output<Either<DynamicDeliveryAttributeMappingArgs, StaticDeliveryAttributeMappingArgs>>>)
Link copied to clipboard
Link copied to clipboard