Firewall Rules Args
data class FirewallRulesArgs(val azureServices: Output<Either<String, AllowType>>? = null, val callerClientIP: Output<Either<String, AllowType>>? = null, val ipRanges: Output<List<String>>? = null) : ConvertibleToJava<FirewallRulesArgs>
Target service's firewall rules. to allow connections from source service.