1. Juniper Networks TechLibrary
"Understanding Source NAT." This document explicitly describes the two types of source NAT: interface source NAT and source NAT with an address pool. It states
"With interface source NAT
the IP address of the egress interface is used as the source address for the translated traffic." This directly matches the scenario in the question.
URL: https://www.juniper.net/documentation/us/en/software/junos/nat/topics/concept/nat-source-understanding.html
2. Juniper Networks TechLibrary
"Example: Configuring Source NAT (Interface)." This configuration example demonstrates the exact use case. The overview states
"In this example
you configure source NAT to use the IP address of the egress interface as the translation address."
URL: https://www.juniper.net/documentation/us/en/software/junos/nat/topics/example/nat-source-interface-configuring.html
3. Juniper Networks TechLibrary
"Source NAT Rule Configuration Overview." This guide details the source-nat stanza
showing the distinct interface and pool options
reinforcing that "interface" is the specific choice when using the egress interface's IP.
URL: https://www.juniper.net/documentation/us/en/software/junos/nat/topics/topic-map/security-source-nat-rules.html (See the section on Rule Action).